You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`fileFilter` | Function to control which files are accepted
145
147
`limits` | Limits of the uploaded data
146
148
`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'`
147
150
148
151
In an average web app, only `dest` might be required, and configured as shown in
149
152
the following example.
@@ -345,4 +348,4 @@ For information on how to build your own storage engine, see [Multer Storage Eng
0 commit comments