file sharing for web applications
C#
5
Posts
2
Posters
0
Views
1
Watching
-
-
i have a .net(C# + asp.net) web application that needs to show a set of log files on the browser once the user is logged in. The user should be able to download the files by clicking or right click->save as. any ideas or samples will be thankful.
-
-
-
thanks for the reply. I think the sample you mentioned will directly downlaod all the files without any selection. i want the user to click a file and then download. i mean i want the files names as a kind of links on the web page.
To do this, you need to build the list of links yourself, and dynamically attach an event handler which handles it in the same way that the button click does in the article.
Deja View - the feeling that you've seen this post before.