Guest User

Untitled

a guest
Apr 25th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <form enctype="multipart/form-data" action="/photo" method="post">
  2. <input type="hidden" name="section_id" value="234" />
  3. <input type="file" multiple="multiple" id="section_photos" name="section_photos[]" accept=".jpg, .png, .gif" />
  4. </form>
  5.  
  6. document.getElementById('input')
  7. .addEventListener('change', function(e){
  8. console.log(e);
  9. });
Add Comment
Please, Sign In to add comment