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/
You need to raise the PHP memory limit, usually in php.ini. On shared hosting, you probably can't edit your php.ini, so you can try the following, although it will work only if the hosting company allows it, which they usually don't.Reply
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
Search for memory in the site, or click here.
You can also check this post.
You need to raise the PHP memory limit, usually in php.ini. On shared hosting, you probably can't edit your php.ini, so you can try the following, although it will work only if the hosting company allows it, which they usually don't.