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
Is your feature request related to a problem? Please describe.
It would be very nice to be able to attach user data to an upload (batch). An example is shown below. Note, this already works, but it feels hacky and is not explicitly supported, plus it is contrary to the typescript definitions.
on UploadOptions would be sufficient, implicitly declaring this as supported and also making TS happy.
Describe alternatives you've considered
The current situation (works but is unsupported) is actually ok with me, I'm registering this issue in case you'd like to declare it supported — because I think it would be a useful feature.
The text was updated successfully, but these errors were encountered:
The reason is that I don't want to send the user-data object as a request parameter. I only need it internally on the frontend, to associate the upload batch with the underlying object that is being uploaded (project in my example). This is for example to populate an upload table with both project name and batch-id (for progress/abort purposes).
Is your feature request related to a problem? Please describe.
It would be very nice to be able to attach user data to an upload (batch). An example is shown below. Note, this already works, but it feels hacky and is not explicitly supported, plus it is contrary to the typescript definitions.
Describe the solution you'd like
and then
Describe the solution you'd like
I think that adding a typescript definition
on
UploadOptions
would be sufficient, implicitly declaring this as supported and also making TS happy.Describe alternatives you've considered
The current situation (works but is unsupported) is actually ok with me, I'm registering this issue in case you'd like to declare it supported — because I think it would be a useful feature.
The text was updated successfully, but these errors were encountered: