Mime type Issue docx
Unable to upload docx files from systems which does not have ms office 200
Code : -
<cffile action="upload"
filefield="browsefile"
destination="#variabes.path#"
nameconflict="makeunique"
accept="application/vnd.openxmlformats-officedocument.wordprocessingml.document,
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet">
Also added mime type "application/vnd.openxmlformats-officedocument.wordprocessingml.document" in IIS
Still getting error.
Please help?
