G
Guest
I am using WebClient to download a file from a server in my webpage. How can
I create a dialog that asks the client for a download path? Now I am just
hardcoding a directory path for the following command:
myWebClient.DownloadFile(myStringWebResource, fileName);
I guess I am looking for a download version of the FileUpload control.
Anyone know how to do it like the big boys do? Do I need to use javascript?
I create a dialog that asks the client for a download path? Now I am just
hardcoding a directory path for the following command:
myWebClient.DownloadFile(myStringWebResource, fileName);
I guess I am looking for a download version of the FileUpload control.
Anyone know how to do it like the big boys do? Do I need to use javascript?