When I try to upload either a .log or a .ini file, I get a error message that the mime type was not accepted by the server. Here is the code

<cfset fileMimeTypes = "text/html, application/vnd.ms-powerpoint, application/vnd.ms-project, application/pdf, application/msword, application/vnd.ms-excel, application/x-zip-compressed, image/x-png, image/pjpeg, image/jpeg, image/png, image/jfif, image/gif, application/x-visio, application/drafting, model/vnd.dwf, image/x-dwg, application/dxf, application/x-excel, application/rtf, text/plain">
    <cffile
action=""> filefield="docUpload"
destination="#request.UploadFolder#"
nameconflict="MAKEUNIQUE"
accept="#fileMimeTypes#">

Can someone help
regards,
cfcoder
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to