Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $targetFile = 'uploads/' . basename($_FILES["file"]["name"]);
- if (move_uploaded_file($_FILES["file"]["tmp_name"], $targetFile)) {
- //успешно
- header("Location: http://localhost:63342/facebattle");
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement