开发者

How to send file from C# to apache with mod_wsgi (django) and python?

开发者 https://www.devze.com 2023-01-01 20:27 出处:网络
How to send file from C# to apache with mod_wsgi (django) and py开发者_StackOverflow社区thon? It will be nice to see code example in both c# (client) and python (server).In C#, you can just use WebCli

How to send file from C# to apache with mod_wsgi (django) and py开发者_StackOverflow社区thon? It will be nice to see code example in both c# (client) and python (server).


In C#, you can just use WebClient.UploadFile. For Django, it obviously depends what you're doing, but the documentation has simple examples.

0

精彩评论

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