Advertisement
dlee427

Untitled

Feb 16th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <?php
  2.  
  3.  
  4.  
  5. $name = $_FILES['uname']['name'];
  6.  
  7.  
  8.  
  9. ?>
  10.  
  11.  
  12.  
  13. <form action="uploading.php" method="POST" enctype="multipart/form-data">
  14.     <input type="file" name="uname">
  15.     <input type="submit" value="submit">
  16.    
  17.  
  18.  
  19. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement