Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
davereif #1
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 that says
their RTF files (and they really are RTF files) are being rejected because
their MIME type is "application/msword". It seems to be tied to XP and SP2.
Thoughts?
davereif 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... -
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'... -
Import File and MIME Type
Hi there, a colleage found a solution to this problem: -- call preload and netDone as usual. -- when netDone = 1 -- the "directLinkToAPic.jpg"...



Reply With Quote

