mattjqueen
CDCloudflare Developers
•Created by mattjqueen on 4/24/2024 in #general-help
Images upload
I'm trying to get a simple creator upload working in my web app.
1. I have a frontend that passes data to a worker,
2. which should request the OT upload url
3. to put in the form action field
4. so when the user clicks submit, it uploads the image.
So far I can't get past #2 . The error I get (passed from the worker, from CF) is:
"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?
3 replies
CDCloudflare Developers
•Created by mattjqueen on 3/31/2024 in #general-help
workers + mailchannels
Is there a latest (latest) walkthrough of how to send transactional emails via a worker with mailchannels? I've followed so many tutorials and walkthroughs—none work.
5 replies