Quote:
Originally Posted by MrTIMarshall
Hiya Guy's and Gal's,
I'd like to add a file upload to my form, however I'd like the format to only be those of which are basic image files such as .png and .jpeg as they shouldn't be any other file type from where the image will be coming from.
|
Code:
<input accept="image/*" type="file" />