Is there anyway to find the size of the uploaded image before submitting the dynamic form? OR When I am submitting the dynamic form, servlet file is called for size validation of images, if the size exceeds 1MB i have to receive the response back to that page as "Image size exceeded". Is it possible to find the image size of the uploaded image via binary file(field type), if it's possible can you provide a rough example for this.....
↧