Rank: Newbie Groups: Member
Joined: 8/26/2008 Posts: 1 Points: 3
|
I have secure files on my web server that I do not want to host in directory that I do not want to include in my web project. Is it possible to read a file into a memory stream and write the stream to the file downloader by including the streaming ASP.NET page in the file list?
|
 Rank: Advanced Member Groups: Administration
, Member
Joined: 7/28/2003 Posts: 1,254 Points: -345 Location: WA, US
|
Hello, Quote:I have secure files on my web server that I do not want to host in directory that I do not want to include in my web project. Is it possible to read a file into a memory stream and write the stream to the file downloader by including the streaming ASP.NET page in the file list? File Downloader can download files from any URL. It does not matter whether it is physical file or dynamically generated ASP.NET file. So I don't see any problem here.
Best regards, Fedor Skvortsov
|