Advertisement
melody45

Untitled

Dec 18th, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4.  
  5. <form action="upload.php" method="post" enctype="multipart/form-data">
  6. Select the file to upload:
  7. <br/><br/>
  8. <input type="file" name="fileToUpload" id="fileToUpload">
  9. <br/><br/>
  10. <input type="submit" value="Upload" name="submit">
  11. </form>
  12.  
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement