I have a user form with a kendo upload control. I need to make sure the upload control has been completed before the user is aloud to submit the form. Uploading a file is just an optional. I will like to have a message to the user if they hit the submit button that lets them know the upload control is still processing. I am thinking of using e.preventDefault
on the submit button along with a variable to check if they are still uploading a file. I can set it to false in the upload event and switch it to true in the complete event.
Wanted to see if anyone else had any other ideas?
https://dojo.telerik.com/uXOVuHuC
from Validate kendo upload control
No comments:
Post a Comment