This content has been marked as final.
Show 4 replies
-
1. cffile accept="application/msword" problem with Firefox
billdimit Feb 22, 2007 9:50 PM (in response to billdimit)I'm using Firefox 2 and Word 2003 versions. -
2. Re: cffile accept="application/msword" problem with Firefox
billdimit Mar 4, 2007 6:54 PM (in response to billdimit)Anyone?
Why Firefox doesn't recognize the MIME type application/msword?
By the way, I've tried uploading excel and it works with this code:
accept="application/vnd.ms-excel"
Thanks,
b. -
3. Re: cffile accept="application/msword" problem with Firefox
maxell Mar 5, 2007 11:11 AM (in response to billdimit)Firefox stores its mime type references in a file called MimeTypes.rdf under your user profile that can become corrupted or vary from user to user. Have you tried anything to isolate that this issue isn't due to your particular Firefox installation - like testing the form on a different computer? -
4. Re: cffile accept="application/msword" problem with Firefox
billdimit Mar 7, 2007 5:03 PM (in response to maxell)Thanks,
You were right. It was my computer. I've copied MimeTypes.rdf from another computer and now it works.
b.