Mithun Pradhan

Mithun Pradhan

  • 1.5k
  • 143
  • 17.1k

Validate Extension .jpeg,.jpg,.png,.tif,.tiff,.bmp

Nov 2 2021 5:04 AM

How to Validate on button submit,

 

<ejs-uploader id="formFileCheque" autoUpload="false" multiple="false" allowedExtensions=".jpeg,.jpg,.png,.tif,.tiff,.bmp" maxFileSize="40000000"> </ejs-uploader>

 <input id="btnSave" type="submit" value="Save"  /> 


Answers (5)