2006/08/26 Update
2002/08/30
formparse [-r] [-o dir] [query]
/tmp].-r option removes CR code.-o dir specify the directory to put the result [default=/tmp]/tmp" is ramfs.query is omitted, then formparse read query from stdin.formparse creates files shown below:/tmp/name/0 /tmp/name/1 /tmp/name/2 ... /tmp/name/clonewhere
name is a variable name, under which files named 0, 1, ..., are created; the contents are the values of the variable.
Formparse partially support "multipart/form-data". The limitation is it can receive only one file. Please consult "webm" for the usage.