In my vb 2005 class libaray application , i need to upload and download files to a file system .
Here is what i need to to for upload procedure.
I select a file to upload to the file syetem (eg:c:\test.txt)
Then a servlet in the jboss server is listening for a post .
I have to send the file to support post operation.
Can anyone know how upload a file using post request.
my.computer.networks.uploadfile() is not sufficent for my requierment.
Is there a library to do this http post request.
Sample code is much appriciated
/Thanks in advance
prash