Images upload
I'm trying to get a simple creator upload working in my web app.
"Bad request: multipart/form-data Content-Type has invalid syntax: lacks boundary"
Is there a simple example of this anywhere? Am I way overthinking/misunderstanding this?
- I have a frontend that passes data to a worker,
- which should request the OT upload url
- to put in the form action field
- so when the user clicks submit, it uploads the image.
"Bad request: multipart/form-data Content-Type has invalid syntax: lacks boundary"
Is there a simple example of this anywhere? Am I way overthinking/misunderstanding this?