DEV Community

Mayur Karmakar
Mayur Karmakar

Posted on

Implementing download functionality in React

Respected all, am working in a REACT+DRF project and wanted to implement download functionality there (files,images then can be downloaded).Am not getting how to implement such functionality using "axios".Please provide me with guidance and support.Thanks for the upcoming feedback and support.

Top comments (1)

Collapse
 
tallangroberg profile image
Tallan Groberg

You could use a service like firebase to upload files, they make it easy. This is a good YouTube video on image upload but you can find how to do this for many file types.

youtu.be/YR4roPyfDQU

I also have an article that could help you if you want to check it out.

Good luck!!