Skip to content

Commit 5c1c440

Browse files
docs: update external docs (#2194)
Co-authored-by: Create or Update Pull Request Action <create-or-update-pull-request@users.noreply.github.com>
1 parent fc8b859 commit 5c1c440

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

_includes/readmes/multer.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ This README is also available in other languages:
2020
| [Español](https://github.com/expressjs/multer/blob/main/doc/README-es.md) | Spanish |
2121
| [O'zbek tili](https://github.com/expressjs/multer/blob/main/doc/README-uz.md) | Uzbek |
2222
| [Việt Nam](https://github.com/expressjs/multer/blob/main/doc/README-vi.md) | Vietnamese |
23+
| [Türkçe](https://github.com/expressjs/multer/blob/main/doc/README-tr.md) | Turkish |
24+
2325

2426
## Installation
2527

@@ -144,6 +146,7 @@ Key | Description
144146
`fileFilter` | Function to control which files are accepted
145147
`limits` | Limits of the uploaded data
146148
`preservePath` | Keep the full path of files instead of just the base name
149+
`defParamCharset` | Default character set to use for values of part header parameters (e.g. filename) that are not extended parameters (that contain an explicit charset). Default: `'latin1'`
147150

148151
In an average web app, only `dest` might be required, and configured as shown in
149152
the following example.
@@ -345,4 +348,4 @@ For information on how to build your own storage engine, see [Multer Storage Eng
345348
[npm-url]: https://npmjs.org/package/multer
346349
[npm-version-image]: https://badgen.net/npm/v/multer
347350
[ossf-scorecard-badge]: https://api.scorecard.dev/projects/github.com/expressjs/multer/badge
348-
[ossf-scorecard-visualizer]: https://ossf.github.io/scorecard-visualizer/#/projects/github.com/expressjs/multer
351+
[ossf-scorecard-visualizer]: https://ossf.github.io/scorecard-visualizer/#/projects/github.com/expressjs/multer

0 commit comments

Comments
 (0)