Question
DOCX or XLSX- Error while uploading this type of File
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
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
