Search results for query: *

  1. D

    To delete an uploaded file in the server

    DHi there, Have you tried useing the webclient class? wbc.UploadFile(strUri, "PUT", strFileName) where strUri=http://www.somurl.com/directoryUpload Dew Baboeram
  2. 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...
  3. D

    Need a Help on passing values between 2 pages

    use data caching Yo might try data caching. Use sessionID to make the data chache variable unique. Dew baboeram
Back
Top