Skip to main content
Participant
September 11, 2008
Question

New MIME type for MS Word 2007 in file upload?

  • September 11, 2008
  • 2 replies
  • 417 views
I have a couple of forms that require an upload of a resume. They currently allow the following file types:

accept="application/msword, text/plain, application/pdf, application/rtf, text/html" nameconflict="makeunique"

As we have upgraded to Office 2007, I need to add the .docx files extension to allowed file types, but have not been successful in finding anything useful. Anybody?
    This topic has been closed for replies.

    2 replies

    Participating Frequently
    October 18, 2008
    i really like what you say about that.

    Participant
    September 12, 2008
    I found this and tested:
    application/vnd.openxmlformats-officedocument.wordprocessingml.document

    It successfully allowed me to upload a Word 2007, BUT it also allowed me to upload an .exe file! Anybody?