Advertisement
Guest User

html form

a guest
Apr 24th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.28 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 image to upload:
  7.     <input type="file" name="fileToUpload" id="fileToUpload">
  8.     <input type="submit" value="Upload Image" name="submit">
  9. </form>
  10.  
  11. </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement