mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-22 23:28:06 +08:00
10 lines
226 B
Plaintext
10 lines
226 B
Plaintext
|
dump.html is a sample web form that POSTs to dump.cgi.
|
||
|
|
||
|
dump.cgi displays all the form data and uploads
|
||
|
files to /tmp/cgi-upload-*
|
||
|
|
||
|
To build dump.cgi: make
|
||
|
|
||
|
Install dump.cgi and dump.html on a web server and
|
||
|
browse dump.html.
|