I want to upload a file from a client to the server using only react (with typescript) without JQuery. I'm not able to find any solution.
2 Answers
https://www.npmjs.com/package/react-firebase-file-uploader This will work for you for sure, as i also used this