Node, Express & React File Upload for Absolute Beginners

Опубликовано: 28 Май 2021
на канале: Syed Zano
8,273
97

TIP : You can save the filename in database for respective users & then serve the file based on that name

Github : https://github.com/syed-ashraf123/fil...


Last few Lines :

Axios.post("http://localhost:4000/", formData, {
headers: {
"Content-Type": "multipart/form-data",
},
})



#reactjs #react #express #node #fileupload
fileupload