Skip to main content
Participant
April 30, 2008
Question

Uploading Office '07 Documents

  • April 30, 2008
  • 1 reply
  • 298 views
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>
This topic has been closed for replies.

1 reply

Inspiring
April 30, 2008
I dunno if this helps:
http://blogs.msdn.com/dmahugh/archive/2006/08/08/692600.aspx

I googled "docx mime type".

--
Adam