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:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user