Advertisement
SashaRaaa

Untitled

Jul 20th, 2018
1,056
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. include __DIR__ . '/uploader.php';
  3.  
  4. $image = new Uploader('myimage');
  5. if ($image->isUploaded()) {
  6. $image->upload();
  7. }
  8.  
  9. header ( 'Location: http://php1.local/img.php' );
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement