redux-axios-middleware icon indicating copy to clipboard operation
redux-axios-middleware copied to clipboard

Cannot set onUploadProgress

Open patryknawolski opened this issue 6 years ago • 2 comments

I didn't find an option of passing a config of axios request and because of that I'm unable to pass function that I need to fire on upload progress when doing post request.

Did I miss something or redux-axios-middleware can't handle this right now?

patryknawolski avatar Nov 26 '18 12:11 patryknawolski

Same issue

c4c1us avatar Sep 11 '19 23:09 c4c1us

You might want to take a look at this. https://github.com/axios/axios#request-config

rohmanhm avatar Aug 10 '20 11:08 rohmanhm