Search
Setup for Free
CD
Cloudflare Developers
Can't upload file blob
Original message was deleted
Cloudflare Developers
Join
Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news
83,420
Members
View on Discord
Similar Threads
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
K
kian
•
2/6/23, 10:47 PM
So you
're doing
const blob = await fetch(url).then(r => r.blob())
const blob = await fetch(url).then(r => r.blob())
on the client and sending that body as FormData to your Worker
?
K
kian
•
2/6/23, 10:48 PM
Try
file.stream()
file.stream()
as the second argument to
put
put
K
kian
•
2/6/23, 10:48 PM
on your Worker
const blob = await fetch(url).then(r => r.blob())
const blob = await fetch(url).then(r => r.blob())
put
put
Similar Threads
Max File Upload
CD
Cloudflare Developers / general-help
13mo ago
Max File Upload
CD
Cloudflare Developers / general-help
3y ago
R2 Bucket File multichunk upload doesn't work.
CD
Cloudflare Developers / workers-and-pages-help
6mo ago
Upload file to R2
CD
Cloudflare Developers / workers-and-pages-help
7mo ago