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
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