Guest User

Untitled

a guest
Feb 24th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <input type="file" id="0" name="photos[]" multiple hidden required class="photos">
  2.  
  3. $('form').submit(function () {
  4. $('input.photos').val(photos);
  5. }
Add Comment
Please, Sign In to add comment