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,
The default limit is 0.5 MB.
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
Yeah, it just rejects it silently.
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,