Advertisement
mhassan772

upload.html

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