I would like to use FineUploader’s onSubmit callback to change the endpoint based on what button was used. onSubmit passes in a file ID, but I can’t use the uploader to associate it with a button because <FileInput /> doesn’t assign a button ID to the file when it’s added.
Would it be possible to assign a unique button ID to each <FileInput /> instance?