I am having trouble uploading an image greater that 2M in size. At first I was returning an error that said the size of the image was greater that the max size in the php.ini file. I changed that to 20M and verified that the change had been applied with a phpinfo() file. Now when I try uploading an image I get a more generic error that says "File too large. Cannot be over 2M in size". I also tried changing from type="image" to type="file" with no success.
I am wondering if there is a max file size setting in couch that I need to change?
I am wondering if there is a max file size setting in couch that I need to change?