Files
42_INT_12_webserv/srcs/cgi-bin/tmp.php
2022-08-17 17:59:53 +02:00

11 lines
146 B
PHP
Executable File

#! /usr/bin/php
<?php
if(isset($_FILE["fileToUpload"]))
echo "there is a file";
else
echo "\n\nHeader: something\r\n\r\nno file\r\n";
?>