PRIZ ;]
TTCTheo's Typesafe Cult
•Created by PRIZ ;] on 3/28/2024 in #questions
axios + multipart/formdata
pardon my stupidity, i'm coming from python :P
how do i specify
Content-Type
and filename
in Axios.js multipart formdata?
python is like this:
which would produce something like
i just don't know how to specify it in Axios.js since there is no documentation for it: https://axios-http.com/docs/multipart [just has field name and blob data]3 replies