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: content/techniques/file-upload.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ The `FileInterceptor()` decorator takes two arguments:
31
31
-`fieldName`: string that supplies the name of the field from the HTML form that holds a file
32
32
-`options`: optional object of type `MulterOptions`. This is the same object used by the multer constructor (more details [here](https://github.com/expressjs/multer#multeropts)).
33
33
34
+
> warning **Warning**`FileInterceptor()` may not be compatible with third party cloud providers like Google Firebase or others.
35
+
34
36
#### Array of files
35
37
36
38
To upload an array of files (identified with a single field name), use the `FilesInterceptor()` decorator (note the plural **Files** in the decorator name). This decorator takes three arguments:
0 commit comments