Skip to content

Commit 73d12a0

Browse files
committed
docs(file-upload): added warning for cloud providers
1 parent 5125587 commit 73d12a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/techniques/file-upload.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ 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)
35+
3436
#### Array of files
3537

3638
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

Comments
 (0)