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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,7 @@ Key | Description
142
142
`fileFilter` | Function to control which files are accepted
143
143
`limits` | Limits of the uploaded data
144
144
`preservePath` | Keep the full path of files instead of just the base name
145
+
`charset` | For multipart forms, the 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'`.
145
146
146
147
In an average web app, only `dest` might be required, and configured as shown in
0 commit comments