1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-07-29 21:01:13 +03:00

Alternative to mg_upload (Step 20/?)

This commit is contained in:
bel
2016-01-17 19:09:04 +01:00
parent 731d362dd2
commit 9e526697fd
2 changed files with 26 additions and 15 deletions

View File

@ -183,6 +183,8 @@ int
field_found(const char *key,
size_t keylen,
const char *filename,
char *path,
size_t pathlen,
void *user_data)
{
struct mg_connection *conn = (struct mg_connection *)user_data;