Hi
I have a frontend submission form with an upload image field.
1 - At this time, if a user tries to upload an image which is over the max file size, there is no message to warn the him. Is there a way to warn the user? I don't find anything in advanced tab about max file size within the validation rules.
2 - While an image is uploaded by a user, there is nothing to that the image is currently uploading. Most of the time, the users are submitting the form without waiting the uploading is finished. Is there a way to disable the submit button until the lages is finished to upload?
Thank you