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
Re: Some Standard JPG Files Ignored By Uploader new!
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.
- class version : 0.32
- operating system : WINNT
- PHP version : 5.4.19
- GD version : 2.1.0
- supported image types : png jpg gif bmp
- open_basedir : no restriction
- upload_max_filesize : 2M (2097152 bytes)
- language : en_GB