Uploading Large Images
-
I’m having trouble uploading large images to a website.
– The server’s memory upload limit has been increased to 64mb.
– The image I’m trying to upload is 3264×2448 and is 2mb in size.
– When I attempt to upload the image, the progress bar gets to 100% and I then get the following error message: “An error occurred in the upload. Please try again later.”
– The image actually uploads, but the problem comes with thumbnail creation. It’s simply not happening.add_image_size( 'gallery-thumb', 150, 150, true );
Is the image size that needs to be cropped upon image upload.
Any idea what the problem could be? This only happens with bigger images. Smaller ones (say around 800px wide) upload perfectly.
Thanks.
- The topic ‘Uploading Large Images’ is closed to new replies.