Tagged Questions

2
votes
1answer
163 views

What are the security/privacy concerns with MHTML (.mht) files?

My customer is currently using MHT files for storing offline representations of browsed web pages. The files are saved and later viewed in Internet Explorer. When viewing the files we would like to ...
0
votes
0answers
33 views

How to prevent Word from stripping font related formatting from .MHT files

when I insert some font formatted html from a rich editor on a web page(i.e. "<span style='color:red;'>Test</span>") into an MHT document body and open the file in Word, the font-related ...
0
votes
1answer
536 views

BinaryWrite of MHT file is not treated as MHT by IE

I have an MHTML file which has embedded images. The MHTML is generated on the server and then I will typically deliver the file using a BinaryWrite. I've also tried Server.Transfer, Response.Write ...
0
votes
1answer
915 views

Extracting Content from MHT Document

Is anybody aware of any libraries for working with MHT files (Multi-Part MIME files) in .NET? I need to programmatically extract the contents from an existing MHT file containing a Flash website. I ...
0
votes
1answer
316 views

Getting podcast flash movie to work in MHT file

I've got an MHT file from Adobe Contribute. I'm trying to get a flash file working in the MHT doc. It's a podcast so it shows the player then pulls the mp3 file, its not one file. <script ...