Skip to content

Commit

Permalink
chore(docs): update readme docs for #380 & #340
Browse files Browse the repository at this point in the history
#386 is also somewhat related
  • Loading branch information
tunnckoCore committed Nov 28, 2019
1 parent 2ca8f2c commit 6955edf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme.md
Expand Up @@ -116,7 +116,8 @@ If you want checksums calculated for incoming files, set this to either `'sha1'`
```javascript
form.multiples = false;
```
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.
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.
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))

```javascript
form.bytesReceived
Expand Down

0 comments on commit 6955edf

Please sign in to comment.