cffile uploadall accept issue!
If I have a cffileupload that points to a page with this code:
<cffile action="uploadAll" destination="#DocPath#\" nameConflict="MakeUnique" result="myDoc" accept="application/msword">
Then I end up with an empty Array. If I remove the accept tag then I upload the file just fine. I am uploading a valid msword.doc file. I have even tried the vnd.openxmlformats-officedocument.wordprocessingml.document for 2007 docx files. Nothing seems to work and it doesn't give any error, it just doesn't do it.
Any ideas on how to check the mimetype of what to upload?
