Skip to main content
Inspiring
August 9, 2006
Question

PSD cffile accepts / MIME issue

  • August 9, 2006
  • 1 reply
  • 387 views
I would like my member to be able to upload various image file formats
including jpg/jpeg, gif, png, bmp, and psd. I know that the jpg/jpeg works
fine since I uploaded a few ones, but when I went to upload a PSD, I got an
error telling me that I could not do that type of file. I have the cffile
set to:

<cffile accept="image/gif, image/jpeg, image/jpg, image/png, image/psd"...

What am I doing wrong and what is the proper MIME type to accept PSDs

--
Wally Kolcz
Developer / Support


This topic has been closed for replies.

1 reply

Inspiring
August 9, 2006
When I attempt to upload a psd I get this error:

The MIME type of the uploaded file "application/octet-stream" was not
accepted by the server.


Inspiring
August 15, 2006
accept="application/octet-stream"