Skip to main content
Dileep_NR
Inspiring
November 28, 2008
Question

DOCX or XLSX- Error while uploading this type of File

  • November 28, 2008
  • 2 replies
  • 1187 views
In cffile tag accept is given as follows
accept="application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"

Error :--

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

Only files of type application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet can be uploaded.
Verify that you are uploading a file of the appropriate type.


Please help
This topic has been closed for replies.

2 replies

December 1, 2008
See your other DUPLICATE post for my answer. Don't double post.
Inspiring
November 28, 2008
catchme_dileep wrote:
> In cffile tag accept is given as follows
>
> accept="application/vnd.openxmlformats-officedocument.wordprocessingml.document,
> application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"

The mime type of the uploaded file is given by the client (browser).
It's best to not use accept unless you have control over the browsers
used to access your site/app.

--
Mack
Dileep_NR
Dileep_NRAuthor
Inspiring
November 28, 2008
Sorry, i have to use the "accept". Is there any way to upload file.