I’m trying to have an Input File field that ONLY accepts .jpg files. Now, I’ve tried the following code in many different ways in IE7, but no luck. Any suggestions?
<input type="file" accept="*.jpg">
<input type="file" accept="image/jpeg">
I’m trying to have an Input File field that ONLY accepts .jpg files. Now, I’ve tried the following code in many different ways in IE7, but no luck. Any suggestions?
<input type="file" accept="*.jpg">
<input type="file" accept="image/jpeg">
:: Copyright KIRUPA 2024 //--