Image Upload Issue

Ashok Chandra4 months 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 Tananaev4 months ago

The default limit is 0.5 MB.

Ashok Chandra4 months 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 Tananaev4 months ago

Yeah, it just rejects it silently.