Compare commits
1 Commits
cagdasoezg
...
animalus/a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
088b8de948 |
@@ -318,7 +318,7 @@ export class FileUploader {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// For AWS, Additional Parameters must come BEFORE Files
|
// For AWS, Additional Parameters must come BEFORE Files
|
||||||
if (this.options.additionalParameter !== undefined) {
|
if (this.options.additionalParameter) {
|
||||||
Object.keys(this.options.additionalParameter).forEach((key: string) => {
|
Object.keys(this.options.additionalParameter).forEach((key: string) => {
|
||||||
let paramVal = this.options.additionalParameter?.[ key ];
|
let paramVal = this.options.additionalParameter?.[ key ];
|
||||||
// Allow an additional parameter to include the filename
|
// Allow an additional parameter to include the filename
|
||||||
|
|||||||
Reference in New Issue
Block a user