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.
I upload my files and I got a blank page for everything I put after the $handle = new Upload($_FILES['my_field']);
I don't know what's happening because I don't have any errors or any log from the class, it's seems some problem with my server, but I try to upload a small pic....
look my page http://www.ligabrothers.com.br/ligas/fifa_ps3/class.upload/
I upload my files and I got a blank page for everything I put after the
$handle = new Upload($_FILES['my_field']);
I don't know what's happening because I don't have any errors or any log from the class, it's seems some problem with my server, but I try to upload a small pic....
look my page
http://www.ligabrothers.com.br/ligas/fifa_ps3/class.upload/
in my localhost it's works fine
help me with some solutions
thx