Hi, I has a download button in my web application. When I click the button, it will search for the particular path in my local pc and get the file for the user to download. May I know is it possible to do so using vb.net for web application?
Printable View
Hi, I has a download button in my web application. When I click the button, it will search for the particular path in my local pc and get the file for the user to download. May I know is it possible to do so using vb.net for web application?
Yes it is possible using VB.NET as long as you are developing a Web Application.
Can anyone provide me some real sample code because I had searched online, but most of them are downloading from website, not from local pc.
From a PC isn't downloading, it is UPloading, and you can't really do that (for the most part)
I get what you means. But how about downloading from server through FTP using VB.net code?
Downloading from a server is possible. Download the samples from here, and try a few!