Question
Uploading Office '07 Documents
I am currently using this to control the filetypes uploaded:
<cffile action="UPLOAD" destination="#capsimpath#\Homework_Assignments\attachments\student" filefield="file1" nameconflict="OVERWRITE" accept="image/gif, image/bmp, text/plain, text/richtext, application/msword, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/pdf">
The problem is that Office '07 files are not valid - what do I need to add to the above so that the '07 Excel, Word amd PowerPoint files will pass>
<cffile action="UPLOAD" destination="#capsimpath#\Homework_Assignments\attachments\student" filefield="file1" nameconflict="OVERWRITE" accept="image/gif, image/bmp, text/plain, text/richtext, application/msword, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/pdf">
The problem is that Office '07 files are not valid - what do I need to add to the above so that the '07 Excel, Word amd PowerPoint files will pass>
