Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <!-- a form in order to select file from the computer
  2. Ref: http://www.w3schools.com/php/php_file_upload.asp -->
  3.  
  4. <form action="upload_file.php" method="post" enctype="multipart/form-data">
  5. Select file to upload:
  6. <input type="file" name="fileToUpload" id="fileToUpload">
  7. <input type="submit" value="Upload File" name="submit">
  8. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement