开发者

Client Server library for uploading files on C#?

开发者 https://www.devze.com 2023-01-28 15:40 出处:网络
What client-server library/framework on C# do you know for sending files? I need to create custom tool for uploading files to server; But i n开发者_如何学JAVAeed something very simple. It will be very

What client-server library/framework on C# do you know for sending files? I need to create custom tool for uploading files to server; But i n开发者_如何学JAVAeed something very simple. It will be very tiny utility;) I guess such library must wrap work with sockets because i cannot upload files using path like "\\ip\store".

Thank you for any advice!!!


Any reason not to just use HTTP and WebClient.UploadFile() in the client? The handling of the server side will depend on what you use to implement it, but HttpRequest.Files is likely to be useful.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号