How to check an input type="file" has a file or not using jquery?
- by Pandiya Chendur
I have a file upload control <input id="File1" type="file" /> in my page... How to check an input type="file" has a file or not using jquery on click of a button upload?