Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

input file accept image

<input type="file" name="myImage" accept="image/png, image/gif, image/jpeg" />
<input type="file" name="myImage" accept="image/*" />
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #input #file #accept #image
ADD COMMENT
Topic
Name
4+1 =