Zaid-Ajaj / Fable.Remoting

Type-safe communication layer (RPC-style) for F# featuring Fable and .NET Apps
https://zaid-ajaj.github.io/Fable.Remoting/
MIT License
273 stars 55 forks source link

Implement Remoting.Client utilities for file upload and download #185

Closed Zaid-Ajaj closed 4 years ago

Zaid-Ajaj commented 4 years ago

Basically a couple of (extention) functions on the client side of things:

readAsByteArray() might return Async<byte[]> (not sure) but that should be no problem, really

Zaid-Ajaj commented 4 years ago

Docs here https://zaid-ajaj.github.io/Fable.Remoting/src/upload-and-download.html

kaashyapan commented 3 years ago

Is it possible to monitor file upload/download progress with the remoting client utility ?

Zaid-Ajaj commented 3 years ago

@kaashyapan Not really with the way the client proxy works