Skip to content

Commit 6955edf

Browse files
authored
chore(docs): update readme docs for #380 & #340
#386 is also somewhat related
1 parent 2ca8f2c commit 6955edf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ If you want checksums calculated for incoming files, set this to either `'sha1'`
116116
```javascript
117117
form.multiples = false;
118118
```
119-
If this option is enabled, when you call `form.parse`, the `files` argument will contain arrays of files for inputs which submit multiple files using the HTML5 `multiple` attribute.
119+
If this option is enabled, when you call `form.parse`, the `files` argument will contain arrays of files for inputs which submit multiple files using the HTML5 `multiple` attribute.
120+
Also, the `fields` argument will contain arrays of values for fields that have names ending with '[]'. That's basic support, better support should be implemented (ref: [#386](https://github.com/node-formidable/node-formidable/issues/386))
120121

121122
```javascript
122123
form.bytesReceived

0 commit comments

Comments
 (0)