blueimp / jQuery-File-Upload

File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.

Home Page:https://blueimp.github.io/jQuery-File-Upload/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Images still failing to upload (Not solved by #3639)

davidwsimms opened this issue · comments

#3639 implies that this issue can be resolved by updating the blueimp plugin to 10.31.0 or reverting the Load Image plugin to a version < 5. I've tried both, and images with certain EXIF metadata still won't successfully upload. Clearing this EXIF metadata allows successful uploads, but we can't force customers to do this.

Could you provide sample images for which you can reproduce this issue on the demo?

If you have issues with images failing to be processed due to specific EXIF metadata, please provide a sample image that throws errors when loaded on the Load Image demo and file an issue in the JavaScript-Load-Image project.
Please make sure that you use the latest versions of both the JavaScript-Load-Image library as well as this project.