version 0.23 released!

See all posts Reply

version 0.23 released! new!
by colin, 17 years, 3 months ago
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