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
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | toobig.jpg | 40.67 KB | blanesworld |
Comments
Comment #1
ainigma32 commentedThat'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
Comment #2
blanesworld commentedThanks 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
Comment #3
blanesworld commentedArie,
This has been fixed. I had to change the maximum upload size at: admin/settings/image.
Thanks for you help on this.
Daniel
Comment #4
blanesworld commented