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 there anyway to get the progress in percent or otherwise when using this library as a means of file upload? Can I push the progress into redux? I've seen #131 but not sure if its referring to the same thing where there is no way of doing this.
The text was updated successfully, but these errors were encountered:
Thanks to this middleware, I just have to add a 4th type in my RSAA actions and it will be dispatched every times the upload progress updates
It takes place before redux-api-middleware and overrides (only when there is a 4th type) the fetch option to use XMLHttpRequest instead
Is there anyway to get the progress in percent or otherwise when using this library as a means of file upload? Can I push the progress into redux? I've seen #131 but not sure if its referring to the same thing where there is no way of doing this.
The text was updated successfully, but these errors were encountered: