Ask a Question related to ASP.NET General, Design and Development.
-
belfast neil #1
webclient.uploadfile application question
Hey guys,
I've seen alot of questions out there about webclient.uploadfile, my
question is slightly different..........
I have a rich client app and I want to upload files to a server.
Looking through the documentation(ha) I noticed that
webclient.uploadfile seemed to be the way forward.
Although I can't find anything to tell me how I actually receive it.
Anyone who has this running (preferably through a client app), do you
have any advice or resources that can explain this to me?
Or if anyone had an example it would be really appreciated.
regards
N
belfast neil Guest
-
Webclient w/ Proxy
I have a WebClient.OpenRead that is timing out on some client machines. I believe the problem may be Proxy settings on the client machine. How... -
webclient.downloadfile
I've been toying with an asp.net diretory browser and have been trying to use system.net.webclient.downloadfile as a means to download files from... -
DefaultCredentials and WebClient
I'm trying to make a call inside an ASP.NET web application to an external quasi-web service (aka FrontPage Server Extensions): Dim rpcClient As... -
CookieContainer with WebClient
Any help appreciated ... I am trying to connect to a site that requires authentication through cookies, and be able to navigate through several... -
WebClient Problem
hi, i using WebClient to get the website. like string URL = "http://127.0.0.1/index.htm"; WebClient client = new WebClient(); Stream data =...



Reply With Quote

