formparse
目次
2002/08/30
Usage
formparse [-r] [-o dir] [query]
Description
This program analyzes query that is based on x-www-form-urlencoded format and places the results in the directory [default/tmp].The meaning of options and argument are as follows:
-roption removes CR code from environment variable
-o dirspecify the directory to put the result [default=/tmp]
- if
queryis omitted, thenformparsereadqueryfrom 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.