#Can't upload file blob

3 messages · Page 1 of 1 (latest)

visual cloak
#

So you're doing const blob = await fetch(url).then(r => r.blob()) on the client and sending that body as FormData to your Worker?

#

Try file.stream() as the second argument to put

#

on your Worker