This commit is contained in:
Azgaar 2020-04-23 19:44:32 +03:00
parent e7b4d0e39a
commit 72d124d95d
26 changed files with 713 additions and 498 deletions

6
upload.php Normal file
View file

@ -0,0 +1,6 @@
<?php
header("Content-type: text/plain");
echo "received:";
var_dump(file_get_contents('php://input'));
print_r($_POST);
?>