1
0
mirror of https://github.com/lammertb/libhttp.git synced 2026-01-12 21:36:04 +03:00

Alternative to mg_upload (Step 54/?)

This commit is contained in:
bel2125
2016-02-15 21:59:12 +01:00
parent d4b3569edb
commit 2ef1efcd5d
2 changed files with 18 additions and 4 deletions

View File

@@ -796,8 +796,6 @@ enum {
FORM_FIELD_STORAGE_GET = 0x1,
/* Store the field value into a file. */
FORM_FIELD_STORAGE_STORE = 0x2,
/* Read the filed in chunks using a read function. */
/* FORM_FIELD_STORAGE_READ = 0x3, not in the first step */
/* Stop parsing this request. Skip the remaining fields. */
FORM_FIELD_STORAGE_ABORT = 0x10
};