mirror of
https://github.com/lammertb/libhttp.git
synced 2025-07-31 08:24:23 +03:00
Fix multiple file upload (issue #55)
This commit is contained in:
@ -36,6 +36,7 @@ static int begin_request_handler(struct mg_connection *conn)
|
||||
"<form method=\"POST\" action=\"/handle_post_request\" "
|
||||
" enctype=\"multipart/form-data\">"
|
||||
"<input type=\"file\" name=\"file\" /> <br/>"
|
||||
"<input type=\"file\" name=\"file2\" /> <br/>"
|
||||
"<input type=\"submit\" value=\"Upload\" />"
|
||||
"</form>"
|
||||
""
|
||||
|
Reference in New Issue
Block a user