We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa3fb22 commit 034b1e5Copy full SHA for 034b1e5
upload.php
@@ -0,0 +1,3 @@
1
+<?php
2
+print_r($_FILES);
3
+move_uploaded_file($_FILES["file"]["tmp_name"],$_FILES["file"]["name"]);
0 commit comments