Advertisement
HimitsuNoChikara

TheDeadLike - Form

Sep 30th, 2012
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.28 KB | None | 0 0
  1. <form   action="process.php?action=upload&owner=slider"
  2.     method="post"
  3.     enctype="multipart/form-data">
  4.  
  5.     <input  type="file"
  6.         name="upload[]"
  7.         accept="image/gif|image/jpeg|image/pjpeg|image/png|image/x-png"
  8.         multiple>
  9.     <br />
  10.     <input type="submit" value="Submit">
  11.  
  12. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement