在ColdFusion中,用cffile上傳JPG圖片,IE彈出"The MIME type of the uploadedfile "image/jpeg" was not accepted by the server" 窗口,F(xiàn)irefox彈出"The MIMEtype of the uploaded file "image/jpeg" was not accepted by the server"窗口。
原因:當從客戶端向服務器上傳文件時,IE用FindMimeFromDat查找文件類型,F(xiàn)irefox使用標準類型。
Standard MIME Type FindMimeFromData Returns
image/jpeg image/pjpeg
image/png image/x-png
解決方案:把image/jpeg'和'image/pjpeg'添加到可接受文件類型中。
參考資料:http://msdn.microsoft.com/en-us/library/ms775147(VS.85).aspx
本站僅提供存儲服務,所有內容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權內容,請
點擊舉報。