2002/08/30
formparse [-r] [-o dir] [query]
/tmp].-r option removes CR code from environment variable-o dir specify the directory to put the result [default=/tmp]query is omitted, then formparse read query from stdin.formparse is designed to deal with large data. formparse creates files shown bellow:/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.