mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-26 03:04:58 +00:00
docs: update external docs (#2194)
Co-authored-by: Create or Update Pull Request Action <create-or-update-pull-request@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
fc8b859bcc
commit
5c1c44076f
@@ -20,6 +20,8 @@ This README is also available in other languages:
|
|||||||
| [Español](https://github.com/expressjs/multer/blob/main/doc/README-es.md) | Spanish |
|
| [Español](https://github.com/expressjs/multer/blob/main/doc/README-es.md) | Spanish |
|
||||||
| [O'zbek tili](https://github.com/expressjs/multer/blob/main/doc/README-uz.md) | Uzbek |
|
| [O'zbek tili](https://github.com/expressjs/multer/blob/main/doc/README-uz.md) | Uzbek |
|
||||||
| [Việt Nam](https://github.com/expressjs/multer/blob/main/doc/README-vi.md) | Vietnamese |
|
| [Việt Nam](https://github.com/expressjs/multer/blob/main/doc/README-vi.md) | Vietnamese |
|
||||||
|
| [Türkçe](https://github.com/expressjs/multer/blob/main/doc/README-tr.md) | Turkish |
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -144,6 +146,7 @@ Key | Description
|
|||||||
`fileFilter` | Function to control which files are accepted
|
`fileFilter` | Function to control which files are accepted
|
||||||
`limits` | Limits of the uploaded data
|
`limits` | Limits of the uploaded data
|
||||||
`preservePath` | Keep the full path of files instead of just the base name
|
`preservePath` | Keep the full path of files instead of just the base name
|
||||||
|
`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'`
|
||||||
|
|
||||||
In an average web app, only `dest` might be required, and configured as shown in
|
In an average web app, only `dest` might be required, and configured as shown in
|
||||||
the following example.
|
the following example.
|
||||||
@@ -345,4 +348,4 @@ For information on how to build your own storage engine, see [Multer Storage Eng
|
|||||||
[npm-url]: https://npmjs.org/package/multer
|
[npm-url]: https://npmjs.org/package/multer
|
||||||
[npm-version-image]: https://badgen.net/npm/v/multer
|
[npm-version-image]: https://badgen.net/npm/v/multer
|
||||||
[ossf-scorecard-badge]: https://api.scorecard.dev/projects/github.com/expressjs/multer/badge
|
[ossf-scorecard-badge]: https://api.scorecard.dev/projects/github.com/expressjs/multer/badge
|
||||||
[ossf-scorecard-visualizer]: https://ossf.github.io/scorecard-visualizer/#/projects/github.com/expressjs/multer
|
[ossf-scorecard-visualizer]: https://ossf.github.io/scorecard-visualizer/#/projects/github.com/expressjs/multer
|
||||||
|
|||||||
Reference in New Issue
Block a user