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.
more info about the class
See all posts See thread Reply
The class should handle missing fileinfo. There must be something set up differently on your system.
upload class version is: 0.31
Sorry.. log is deleted somehow..
The class was breaking just after this:
$handle = new upload($_FILES['image_field']);
and throwing blank page without any error.
When i commented from line number:
2804 (/*elseif (@class_exists('finfo')) {)
Till
2818 (}*/)
it started working..
And when FInfo was enabled in my PHP, everything worked perfect.
Regards
Tabish