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 see. So basically, the images are uploaded, but not resized. It is because the file is not detected as an image by the class. This happens when you upload via Flash, which stupidely rewrites all MIME types to application/octet-stream
I have released an experimental version to fully support Flash uploaders. Check out this news post. This version is not perfect security-wise, but at least it works.Reply
I have released an experimental version to fully support Flash uploaders. Check out this news post. This version is not perfect security-wise, but at least it works.