You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2018. It is now read-only.
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?
I would like to use FineUploader’s
onSubmitcallback to change the endpoint based on what button was used.onSubmitpasses 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?