Dears,
thanks for ur reply. i tried out ur solution but it returns me a wrong message of "The remote server returned an error: (405) Method Not Allowed. "
i put the upload file to the webserver as "http://127.0.0.1/test/fil
Coding...
==========================
Sub Button1_Click(sender As Object, e As EventArgs)
Dim wc As New System.Net.WebClient()
try
wc.UploadFile("http://127.
catch err as Exception
label1.text=err.ToString()
end try
End Sub
==========================
i've allowed the maximum read, write permission for the "test" folder in either IIS or explorer folder properties.
Besides, i also make the ASPNET and IUSR_MY to be the user group of
"administrator" level
What's wrong there? Can u kindly enlighten me ?
Thanks
NO WAR
Best Regards
Steve
Main Topics
Browse All Topics





by: iboutchkinePosted on 2003-03-22 at 06:13:17ID: 8186307
Try this code
urll.com/f ile.txt", "c:\file2.txt")
Dim wc As New System.Net.WebClient()
wc.UploadFile("http://www.