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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ 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()`is not compatible with third party cloud providers type Firebase (and other cloud providers)
34
+
> warning **Warning**`FileInterceptor()`may not be compatible with third party cloud providers like Google Firebase or others.
0 commit comments