Hello I have setup a 'file submit form', which takes in a files and uploads it to my server.
The post request consists of the file in the body.
When running the post call in Postman it works succesfully w/ no specified content-type. But doing the same thing in Toddle gives me the error on the first picture. "text/plain;charset=UTF-8" does not contain a valid boundary.",
I have also tried to set the content type to multipart/form-data
Thanks!
(More up to date pictures in the comments.)