Ask a Question related to ASP.NET General, Design and Development.
-
PIKACHU #1
Mime type for outlook .msg files
Hi,
I hope someone can help me. I do not usualy write question in
newsgroup since I usualy some had the same problem I had. However, I
can't find any articles that would solve my problem.
I am streaming files from a Web Server (.aspx page) using the code
bellow.
--------------------------------------------------------------
Response.BufferOutput = true;
Response.ContentType = "application/msword";
Response.BinaryWrite(bFile);
Response.End();
--------------------------------------------------------------
It works fine when I use common mime type for MSWord or PDF.
However, I would like to be able to stream "MSG" files for Outlook but
I can't find any outlook MIME type anywhere (such as
"application/msoutlook") that would tell the browser to open MSG
format with outlook.
Does anyone have any idea what path I should follow.
Thank you
David Rousseau
PIKACHU Guest
-
MIME type of uploaded files
Is there way to get mime type of uploaded file in Flex 2. FileReference gives me extension, but i need MIME type of files. Ex. myfile.jpg... -
MIME type for .dat
i am using CFFILE to upload a tab delimited text file with a .dat extension and i want to restrict the file type to this using the accept argument... -
Mime Type for swf when using cffile?
I have been using cffile to upload PDF flyers when entering a training event on my company's website. I now want to upload swf flyers made from... -
Incorrect mime type
I've been using CFFILE to upload files with the accept type set to "text/*" to upload RTF files. Recently, some users are getting an error message... -
Receiving zip files via Mime::Parser/Mime::Decoder
Could anyone point me to a piece of Perl code where an extract is done of an attached zip file. Currently I already split up my mails with...



Reply With Quote

