https://stackoverflow.com/questions/3828554/how-to-allow-input-type-file-to-accept-only-image-files
<input type="file" name="myImage" accept="image/x-png,image/gif,image/jpeg" />
Comments
Post a Comment