documantation
kaanguru opened this issue · 1 comments
kaanguru commented
Readme file has the most unreadable code I have ever seen.
It's been 3 hours I still couldn't figure out how to post form-data
I just need a gist such as...
axios
.post(`http://localhost:1337/upload`, formData, {
headers: { 'Content-Type': 'multipart/form-data' },
})
dotnetdreamer commented
Readme file has the most unreadable code I have ever seen.
It's been 3 hours I still couldn't figure out how to post form-data
I just need a gist such as...axios .post(`http://localhost:1337/upload`, formData, { headers: { 'Content-Type': 'multipart/form-data' }, })
Hi @kaanguru check this line in demo project. You can even clone and run it there. LEt me know if face any issue