How to check an input type="file" has a file or not using jquery?

Posted by Pandiya Chendur on Stack Overflow See other posts from Stack Overflow or by Pandiya Chendur
Published on 2010-04-15T05:37:16Z Indexed on 2010/04/15 5:53 UTC
Read the original article Hit count: 229

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?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about input-type-file