Site menu:

Links:

RSS .NET RSS

RSS Engadget

Site search

Categories

September 2010
M T W T F S S
« Aug    
 12345
6789101112
13141516171819
20212223242526
27282930  

Tags

Blogroll

Tag: File Stream

Provide Link to a file without showing the actual path in asp.net

Let’s say you have some file that allow people to download it but you don’t want to expose the actual path for security reason.
Here is the way of doing it, You need to read the file and put that on byte variable then you start omitting slowly instead of the whole chunk. In the [...]