Rename file before upload with S3 Multi Upload

Hi everyone,

is there an easy way to change the filename before uploading with the App Connect S3 Multi Upload Component? So I have some functionality to toggle a text input, where a user can rename a file already selected and the idea would be to save this value and use it for uploading to S3 (or in other words, change the upload components name property for each of the files that is sent to the server in the name param for signing and uploading).

I was hoping it’s as simple as just adding something like row.name = inputbox.value for the onclick event of my save button (but it isn’t). I’m a beginner when it comes to JavaScript, so any help would be appreciated. My problem is I’m not even sure if I’m completely on the wrong track (or not).

Thanks!
Sebastian

Community Page
Last updated: