Okay let me explain this a little bit more...
I am trying to write a VB Windows Applicaton that uses a webbrowser control to hit a ASP .NET page. I want to Upload a file to this ASP .NET webpage with out user intervention. Yes, I can use winsocks, but I want to try something different. How can a client send a file with out clicking on any upload button or etc.
I was thinking something like: client sending FileName-Path to a ASP .NET page using GET method and this page should in turn go back to client and get the file in the filepath.
am I making any sense?
It doesnt have to be ASP .NET, PHP is fine too. But the big question here I guess is not server side scripting.