Issue with File Upload Using `effect/platform` in TypeScript
Is this the right way of doing a file put using effect/platform?
The resulting request has no body
The resulting request has no body
return yield* httpClient.put(url, { body: HttpBody.fileWeb(file) });