c# - How do I post a single file to an asp.net webform from windows forms? -


how post single file asp.net webform c# windows forms?

you can using system.net.webclient.

see sample on msdn page: webclient.uploaddata method (system.net)


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -