LPology / Simple-Ajax-Uploader

Javascript file upload plugin with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
995 stars 267 forks source link

How to validate #205

Open mayank-mehrotra opened 6 years ago

mayank-mehrotra commented 6 years ago

How to validate form that user must select the file here I tried to use file element. File uploaded using file element successfully but what if I have to use this in a form where user need to upload file and then submit the form. Please, help regarding this how I can validate that user uploaded file before submit ?