axios
axios copied to clipboard
Implementing resumable upload using axios
Describe the issue
Hello, I need help for implementing resumable upload using axios library. I need to upload big data, so I basically want to stream upload. I heard blob only contain memory reference to file, so I use blob as data source for axios body when uploading to s3. Previously I try using stream made from blob, but it didn't work so I changed my implementation using blob(I don't know if this is streaming or not). Now I need to implement resumable upload feature for my uploader. I heard tus when searching for this kind problem. Anyone can show me the way to implement this feature with axios?
Example Code
No response
Expected behavior
No response
Axios Version
1.5.1
Adapter Version
No response
Browser
No response
Browser Version
No response
Node.js Version
No response
OS
No response
Additional Library Versions
No response
Additional context/Screenshots
No response
Hey @DigitalBrainJS , I just wanted to know whether this year axios is participating in hactoberfest or not, and if yes then how to contribute to it. I didn't find any label regarding hactoberfest
@RProduction : Any updates for this issue ?
I still don't know how to implement resumable in axios. Also, i stop searching for the solution. It is 7 month ago and i forgot that i made this thread.