JPG upload using interface Hi this is a very serious request.
Currently i am building a tool that allows a user to upload a JPG to a web page. The image is automatically resized in ratio to 400px wide by whatever high and vice versa and also compresses it therfore web.
As long as the image is resaved in photoshop before upload it works. But if the image is coming straight from a digital camera as a JPG format the server runs the script on the fornt end says it is done but no results. On the server the following error appears: Fatal Error: Allowed memory size of 8388608 bytes exhausted (tried to alloctae 9088 bytes) in /var/www/html/beta/contestants_blog_new_s.php on line 63,
Allowed memmory size of 8388608 bytes (tried to allocate 133 bytes)
However in another part of the webpage there is a script that does not compress in any way the file it is uploaded without problems.
Can anyone please help me?
Thank you