Skip to content

Commit 6af3ab2

Browse files
Update content/techniques/file-upload.md
Co-authored-by: Johannes Schobel <[email protected]>
1 parent 73d12a0 commit 6af3ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/file-upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The `FileInterceptor()` decorator takes two arguments:
3131
- `fieldName`: string that supplies the name of the field from the HTML form that holds a file
3232
- `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)).
3333

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.
3535
3636
#### Array of files
3737

0 commit comments

Comments
 (0)