Guest User

Untitled

a guest
Nov 20th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. //html element
  2. <input type="file" name="image" id="image" multiple="multiple" style="visibility: hidden;">
  3.  
  4. //jquery code
  5. $('#image').attr('accept', '.bmp, .docx, .jpg');
  6. $('#image').click();
Add Comment
Please, Sign In to add comment