Compare commits
1 Commits
v2.0.0-3
...
animalus/a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
088b8de948 |
@@ -318,7 +318,7 @@ export class FileUploader {
|
||||
}
|
||||
|
||||
// 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) => {
|
||||
let paramVal = this.options.additionalParameter?.[ key ];
|
||||
// Allow an additional parameter to include the filename
|
||||
|
||||
Reference in New Issue
Block a user