1, input name="pictures" accept="image/*" type="file"Just try the file type filter as acccept attribute. None of above works on IE6 and Firefox.
2, input name="pictures" accept="image/gif,image/jpg" type="file"
3, input name="pictures" accept="*.gif,*.jpg" type="file"
1 comment:
From bugzilla :
https://bugzilla.mozilla.org/show_bug.cgi?id=83749
Post a Comment