Hi all,
How to send a file to any website using http protocol in vb.net windows application
Thanks,
Hi all,
How to send a file to any website using http protocol in vb.net windows application
Thanks,
Look at System.Net.HttpWebRequest. I'm pretty sure you can use it for POST operations. If not, there's sure to be something in the System.Net namespace you can use.