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
I'm using the library in a system where the files can be uploaded to more than one endpoint, and is a little bit difficult to change the endpoint for different files, because is not nice to change the service configuration each time i need to upload a file (that what i'm doing now):
Other idea is to return the uploader in the handler method because right now i need to take the uploaderId in the uploadsProgress as an even of the service.
The text was updated successfully, but these errors were encountered:
I'm using the library in a system where the files can be uploaded to more than one endpoint, and is a little bit difficult to change the endpoint for different files, because is not nice to change the service configuration each time i need to upload a file (that what i'm doing now):
autoUpload
as falsethis.uploadxService.handleFile(file); // Put the file ready to upload
this should work but the endpoint is not updated in the configure method in Uploader class:
Other idea is to return the uploader in the
handler
method because right now i need to take theuploaderId
in the uploadsProgress as an even of the service.The text was updated successfully, but these errors were encountered: