Hi,

I am getting the following error on image upload: "The image you uploaded was too big. You are only allowed upload files less than 1.46 MB but your file was 3.43 MB." The error occurs when the user tries to upload a photo at the url "http://mysite.com/node/add/image." I set the maximum upload size to 1500 KB at /admin/settings/image, but am having no luck. I am not seeing any documentation and am hoping someone has an answer.

Greatly appreciated,

intlcool

CommentFileSizeAuthor
#2 toobig.jpg40.67 KBblanesworld

Comments

ainigma32’s picture

Status: Active » Postponed (maintainer needs more info)

That's a PHP issue. See here http://lmgtfy.com/?q=php+max+upload+size for more info ;-)

Please post back how that works out for you.

- Arie

blanesworld’s picture

StatusFileSize
new40.67 KB

Thanks Arie,

I changed the fields in the php.ini file to:

; Maximum allowed size for uploaded files.
upload_max_filesize = 50M

; Maximum size of POST data that PHP will accept.
post_max_size = 50M

I am still getting an error. See attached.

Daniel

blanesworld’s picture

Arie,

This has been fixed. I had to change the maximum upload size at: admin/settings/image.

Thanks for you help on this.

Daniel

blanesworld’s picture

Status: Postponed (maintainer needs more info) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.