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

Alternative to mg_upload (Step 27/?)

This commit is contained in:
bel
2016-01-18 21:29:14 +01:00
parent ac0860f6bc
commit 18aaa35145
3 changed files with 36 additions and 5 deletions

View File

@ -162,7 +162,7 @@ enum {
FORM_DISPOSITION_SKIP = 0x0,
FORM_DISPOSITION_GET = 0x1,
FORM_DISPOSITION_STORE = 0x2,
FORM_DISPOSITION_READ = 0x3,
/* FORM_DISPOSITION_READ = 0x3, not in the first step */
FORM_DISPOSITION_ABORT = 0x10
};