class.upload.php version 0.32 released

See all posts Reply

class.upload.php version 0.32 released new!
by colin, 11 years, 3 months ago
0.32I am pleased to announce the release of the version 0.32 of the script class.upload.php, with support for XMLHttpRequest uploads, the ability to pixelate images, and many small fixes. Check out some demo samples.

Version 0.32 changelog
- add support for XMLHttpRequest uploads
- added image_pixelate
- added image_interlace
- added png_compression to change PNG compressoin level
- deactivate exec() if Suhosin is enabled
- add more extension to dangerous scripts detection
- imagejpeg takes null as second argument since PHP 5.4
- default PECL Fileinfo MAGIC path to null
- set gd.jpeg_ignore_warning to true by default
- fixed file name normalization
Reply