cffile action
I have the following code to upload file and using accept file type including "image/x-tiff, multipart/x-zip"
The code works for pdf, txt and msword, but I got error message like when I upload zip or tif files.
I would like to know if there is any configuration need to be done at server level,
Your help and information is great appreciated,
Regards,
Iccsi,
<cffile action="UPLOAD" filefield="fleAttachment" destination="#UploadFolder#"
accept ="application/pdf, application/msword, application/vnd.ms-excel, text/plain, image/x-tiff, multipart/x-zip" nameconflict="MAKEUNIQUE"
result="MyUpload">
Only files of type application/pdf, application/msword, application/vnd.ms-excel, text/plain, image/x-tiff, multipart/x-zip can be uploaded.
Verify that you are uploading a file of the appropriate type.
