Search results for query: *

  1. D

    uploading file with webclient

    Hi, Here is a problem. I have a htmlinputfile control which enables me to select a file for uploading to a webserver in the directory images. I use the webclient class to do the uploading. This is the code Dim wbc As New WebClient() wbc.UploadFile(strUri, "PUT", strFileName) where...
Back
Top