diff --git a/README.md b/README.md index a251e6d..d81b285 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ useTempFiles |
false
**(default)**true<
tempFileDir | String
**(path)**
| Path to store temporary files.
Used along with the useTempFiles
option. By default this module uses 'tmp' folder in the current working directory.
You can use trailing slash, but it is not necessary.
parseNested | false
**(default)**true
| By default, req.body and req.files are flattened like this: {'name': 'John', 'hobbies[0]': 'Cinema', 'hobbies[1]': 'Bike'}
When this option is enabled they are parsed in order to be nested like this: {'name': 'John', 'hobbies': ['Cinema', 'Bike']}
debug | false
**(default)**true
| Turn on/off upload process logging. Can be useful for troubleshooting.
+uploadTimeout | 60000
**(default)**Integer
| This defines how long to wait for data before aborting. Set to 0 if you want to turn off timeout checks.
# Help Wanted
Looking for additional maintainers. Please contact `richardgirges [ at ] gmail.com` if you're interested. Pull Requests are welcomed!