Issue with File Upload Using `effect/platform` in TypeScript

Is this the right way of doing a file put using effect/platform?

return yield* httpClient.put(url, { body: HttpBody.fileWeb(file) });

The resulting request has no body
Was this page helpful?