Files
42_INT_12_webserv/www/test/submit_form.html
2022-08-17 17:59:53 +02:00

14 lines
373 B
HTML

<!DOCTYPE html>
<html>
<body>
<!--- <form action="/cgi-bin/tmp.php" method="post" enctype="multipart/form-data"> -->
<form action="/cgi-bin/upload_file.php" method="post" enctype="multipart/form-data">
Select image to upload:
<input type="file" name="fileToUpload" id="fileToUpload">
<input type="submit" value="Upload Image" name="submit">
</form>
</body>
</html>