Skip to main content
Inspiring
September 23, 2010
Question

CFFILE - uploading power point - ppt and pptx

  • September 23, 2010
  • 1 reply
  • 743 views

Hi,

How can I update the mime types in my cffile to reflect office 2007 documents.  This code not longer accepts power point:

application/vnd.ms-powerpoint.

Thanks!

This topic has been closed for replies.

1 reply

Inspiring
September 23, 2010

You might try: "application/vnd.openxmlformats-officedocument.presentationml.presentation" as the MIME type for pptx.  Bear in mind that the client browser specifies that MIME type, so the MIME type may not necessarily match the actual file being submitted.