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.
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 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
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.
view blank page again,
i'm working in localhost, and i have increase memory to 100MB
:(
thanks