Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <input type="file" name="fileToUpload[]" id="inputFileServer" accept="image/png" />
  2.  
  3. var file = document.getElementById('inputFileServer').files[0];
  4. console.log("File: ",file);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement