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
$handle = new upload($_FILES['mypic']);
i have problem that is when i submitted form there is no any action.
after make class.upload instance
the script suspended and view blank page.
i have big form with more then 50 fields , and one of them for image.
so whats your advice here ?
thanks in advance