14 lines
373 B
HTML
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>
|