axios icon indicating copy to clipboard operation
axios copied to clipboard

Implementing resumable upload using axios

Open RProduction opened this issue 2 years ago • 3 comments

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

RProduction avatar Oct 11 '23 12:10 RProduction

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

ghost avatar Oct 11 '23 13:10 ghost

@RProduction : Any updates for this issue ?

Vishal8523 avatar May 22 '24 12:05 Vishal8523

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.

RProduction avatar May 22 '24 12:05 RProduction