My files not upload in my server

See all posts Reply

My files not upload in my server new!
by PlaynowGames, 11 years, 11 months ago
Hello guys

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

thxReply
Re: My files not upload in my server new!
by colin, 11 years, 11 months ago
You are running out of memory.

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.Reply
Re: My files not upload in my server new!
by PlaynowGames, 11 years, 11 months ago
this don't work, maybe my host don't allows do it, I will try another solution...thx man!!Reply