How to send file from C# to apache with mod_wsgi (django) and python? It will be nice to see code example in both c# (client) and python (server).
Asked
Active
Viewed 522 times
1 Answers
2
In C#, you can just use WebClient.UploadFile. For Django, it obviously depends what you're doing, but the documentation has simple examples.

Matthew Flaschen
- 278,309
- 50
- 514
- 539