© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Issue with File Upload Using `effect/platform` in TypeScript - Effect Community
EC
Effect Community
•
5mo ago
danielo515
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) });
return
yield*
httpClient.
put
(url, { body: HttpBody.
fileWeb
(file) });
The resulting request has no body
Effect Community
Join
Production-grade applications in TypeScript.
6,221
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Issue with Using `addBreakpoint` on `sess` in Effect Typescript
EC
Effect Community / 🚀-beginners
4mo ago
Implementing Server-Sent Events with `effect-http`/`@effect/platform` in TypeScript
EC
Effect Community / 🚀-beginners
2y ago
Issue with HttpClient in Effect TypeScript Library
EC
Effect Community / 🚀-beginners
6mo ago
Using Generics with Effect.Service in TypeScript
EC
Effect Community / 🚀-beginners
10mo ago