This question is locked. New answers and comments are not allowed.
Hi,
I am using mvc3 application.
i am using Html.Telric.upload() control and through this i want to show alert message that "no file is uploded" on form submit like when form is submit then it calls the ValidateSubmission function for all the validations.
<input type="button" value="SUBMIT" onclick="ValidateSubmission('add');" />
in jquery function ValidateSubmission how will i check that files are uploaded or not using Telric upload control.
If anyone provide the solution then it would be appreciable.
Thanks