Image Upload Issue

Ashok Chandraa year ago

a default limit in code is 5MB private static final int IMAGE_SIZE_LIMIT = 5000000;

but i am unable to upload more then 3MB image,

Anton Tananaeva year ago

The default limit is 0.5 MB.

Ashok Chandraa year ago

but, when i am uploading the larger image > IMAGE_SIZE_LIMIT so its not throwing any limit error i have try with fresh code or also with demo server

Anton Tananaeva year ago

Yeah, it just rejects it silently.