akirafreak / php-image-host

Automatically exported from code.google.com/p/php-image-host
Other
0 stars 0 forks source link

Occasional errors when uploading zips #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Sometimes when uploading a zip archive of images it works, with other
archives error messages are displayed and it doesnt.

I think I've tracked this down to a rogue call to move_uploaded_file.
Changed it just to "copy" and put the check for is_uploaded_file into the
uploadAction.php instead.

Original issue reported on code.google.com by icodefor...@gmail.com on 7 Apr 2009 at 10:47