Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
irhusker #1
Powerpoint mime type showing incorrectly as
In using CFFILE to handle an uploaded file a strange thing is happening with
the MIME type. I was checking accepted types and included
"application/vnd.ms-powerpoint" in the list. The odd thing is that any
Powerpoint files come through with a MIME type of "octet-stream" and not
"application/vnd.ms-powerpoint".
Easy enough to work around but I was wondering if anyone else had experienced
this?
irhusker 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... -
MIME type Error
I have a cffile upload which accepts only rtf files. The code on the action form is: <cffile action='upload' filefield='Form.file_upload'... -
MattRobertson #2
Re: Powerpoint mime type showing incorrectly as
Make sur eyou don't still have the file open on your desktop, or still locked
by the O/S. I've noticed this happens a lot more to Mac users than Windows.
"application/octet-stream" is an undetermined executable application type
IIRC. Not something I have ever felt a desire to enable.
--Matt--
MSB Web Systems... [url]http://mysecretbase.com[/url]
If you can keep your head when all about you are losing theirs,
maybe you just don't understand the situation.
MattRobertson Guest



Reply With Quote

