Large .JPG don't show upload.php

See all posts See thread Reply

Re: Large .JPG don't show upload.php new!
by colin, 17 years, 6 months ago
See this thread

Try to raise your local memory to 20M, 32M or more. If you are on shared hosting, you might not be able to do so.

You can add this in your script:
ini_set ( "memory_limit", "20M")

Or in a .htaccess file:
php_value memory_limit 20M
Reply