星期四, 9月 24, 2015

HTML5 upload multiple and allow JPG, GIF or PNG

<form action="demo_form.asp">
  Select images: <input type="file" name="imagefilename" multiple
accept="image/x-png, image/gif, image/jpeg"  />
</form>
Select images: