vakho

PHP $_POST with $_FILE

Jun 9th, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <form enctype="multipart/form-data" method="POST" action="uploader.php">
  2. <input type="text" name="username" value="" />
  3. <input type="password" name="password" value="" />
  4. <input type="file" name="uploaded" />
  5. ...
  6. </form>
Advertisement
Add Comment
Please, Sign In to add comment