Guest User

Untitled

a guest
May 26th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <input type="file" name="attachment">
  2.  
  3.  
  4. <?php
  5. $uploaddir= '/home/a796f80a/induri.com/attachment/';
  6. $attachment=$uploaddir.basename($_FILES['attachment']['name']);
  7. move_uploaded_file($_FILES['attachment']['tmp_name'], $attachment);
  8. ?>
Add Comment
Please, Sign In to add comment