# 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?