Skip to content

Commit 034b1e5

Browse files
authored
PHP script to upload
1 parent fa3fb22 commit 034b1e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

upload.php

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?php
2+
print_r($_FILES);
3+
move_uploaded_file($_FILES["file"]["tmp_name"],$_FILES["file"]["name"]);

0 commit comments

Comments
 (0)