Go to the source code of this file.
Functions | |
static int | ev_handler (struct mg_connection *conn, enum mg_event ev) |
int | main (void) |
static int | send_index_page (struct mg_connection *conn) |
static int ev_handler | ( | struct mg_connection * | conn, |
enum mg_event | ev | ||
) | [static] |
Definition at line 35 of file file_upload.c.
int main | ( | void | ) |
Definition at line 43 of file file_upload.c.
static int send_index_page | ( | struct mg_connection * | conn | ) | [static] |
Definition at line 8 of file file_upload.c.