ini_PlayeR

index.php

May 12th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.34 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Membuat Upload File Dengan PHP Dan MySQL</title>
  5. </head>
  6. <body>
  7.     <h1>Membuat Upload File Dengan PHP Dan MySQL <br/></h1>
  8.     <form action="aksi.php" method="post" enctype="multipart/form-data">
  9.         <input type="file" name="file">
  10.         <input type="submit" name="upload" value="Upload">
  11.     </form>
  12. </body>
  13. </html>
Add Comment
Please, Sign In to add comment