Advertisement
Guest User

Untitled

a guest
Aug 19th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.23 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>input file atau foto</title>
  5. </head>
  6. <body>
  7.     <font face="Courier New, Courier, Mono">Upload Foto</font>
  8.     <form>
  9.         <input type="file" name="pic" accept="image/*">
  10.     </form>
  11. </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement