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 [...]
Posted: August 29th, 2008 under ASP.NET, VB.NET.
Tags: ASP.NET, File Stream
Comments: none