Guest User

Untitled

a guest
Mar 17th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <form enctype="multipart/form-data" action="uploader.php" method="POST">
  2. <input type="hidden" name="MAX_FILE_SIZE" value="100000" />
  3. Choose a file to upload:
  4. <input name="uploadedfile[]" type="file" /><br />
  5. <input name="uploadedfile[]" type="file" /><br />
  6. <input type="submit" value="Upload File" />
  7. </form>
Add Comment
Please, Sign In to add comment