+ 2
Hello. Please help! How to upload a file from react js
I have created my frontend with react js. I want to upload a file to mysql database. How can I do this?
1 Answer
+ 1
use FormData object.
I have created my frontend with react js. I want to upload a file to mysql database. How can I do this?