Guest User

Untitled

a guest
Mar 27th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php
  2. echo $_FILES['file'];
  3. ?>
  4.  
  5. <form action="#" method="POST">
  6. <input type="file" name="file" enctype="multipart/form-data" />
  7. <input type="submit" value="Upload" />
  8. </form>
Advertisement
Add Comment
Please, Sign In to add comment