DEV Community

Discussion on: Implementing download functionality in React

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!!