I need to validate three image fields with javascript so the user cant upload anything else expect files with image extensions.
A i also need to control the size of the image, for example to restrict user uploading files with greater size than 1MB.
Does this thing can be done?
Thanks.