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 am pleased to announce the release of the version 0.23 of the script class.upload.php, which essentially fixes a bug introduced in version 0.22. Multiple processing of one single uploaded file is restored, and now works in open_basedir restricted conditions by creating a temporary file.
Version 0.23 changelog - fixed a bug when processing more than once the same uploaded file. If there is an open_basedir restriction, the class now creates a temporary file for the first call to process(). This file will be used for subsequent processes, and will be deleted upon calling clean()Reply
Version 0.23 changelog
- fixed a bug when processing more than once the same uploaded file. If there is an open_basedir restriction, the class now creates a temporary file for the first call to process(). This file will be used for subsequent processes, and will be deleted upon calling clean()