Hello,

For my project, i need to upload some files to an ASP file on a server(i don't have control on the ASP on the server, it's another guys that does that, because i don't have my security clearance).

At first i wanted to use the web browser control, load a form in it, set it's file value to my document(c:\temp\somefile.xml), but i just found out that i can input the value of a file input with code !

So now what to do, i basically need to pass my document to an ASP file on a server, how can i do this, can i do it with the INET control ? If yes, how would I go about it!

Tx