class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
I made two zips with three examples each. The name of the zip tells whether those files would upload or not. The files in "WontUpload.zip" were straight-up ignored by the uploader and no error was given. All of those images when re-compressed by photoshop work perfectly, but clients of mine cannot do that. Any ideas how I can make all images upload? At the very least I need a way to report back that the encoding of a particular file isn't supported.Reply
https://dl.dropboxusercontent.com/u/57282495/Temporary/WillUpload.zip
https://dl.dropboxusercontent.com/u/57282495/Temporary/WontUpload.zip
I made two zips with three examples each. The name of the zip tells whether those files would upload or not. The files in "WontUpload.zip" were straight-up ignored by the uploader and no error was given. All of those images when re-compressed by photoshop work perfectly, but clients of mine cannot do that. Any ideas how I can make all images upload? At the very least I need a way to report back that the encoding of a particular file isn't supported.