clean wip in form_cgi
This commit is contained in:
1
siege.txt
Normal file
1
siege.txt
Normal file
@@ -0,0 +1 @@
|
||||
http://localhost:4040/cgi-bin/cgi_cpp_empty.out?fname=John&lname=Doe
|
||||
@@ -279,7 +279,6 @@
|
||||
<br>
|
||||
|
||||
<form method="get" action="/cgi-bin/cgi_cpp_download.out">
|
||||
<h1>WIP</h1>
|
||||
<p><mark>get</mark> form</p>
|
||||
<p>to <mark>/cgi-bin/cgi_cpp_download.out</mark></p>
|
||||
<label for="fdownload">download file:</label><br>
|
||||
@@ -524,18 +523,6 @@
|
||||
<h3>expectation:</h3>
|
||||
<p>error 500</p>
|
||||
</form>
|
||||
<br>
|
||||
|
||||
<form method="post" action="/cgi-bin/cgi_cpp_upload.out" enctype="multipart/form-data">
|
||||
<h1>WIP</h1>
|
||||
<p><mark>post</mark> form</p>
|
||||
<p>to <mark>/cgi-bin/cgi_cpp_upload.out</mark></p>
|
||||
<label for="fupload">Upload file:</label><br>
|
||||
<input type="file" id="fupload" name="fupload">
|
||||
<input type="submit" value="submit">
|
||||
<h3>expectation:</h3>
|
||||
<p>upload file in ./www/user_files/</p>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user