I want to let some users download some files from my website and I don't want them to see the physical path of the downloading file. I moved the files in a folder outside of my web folder and use Response.WriteFile(filePath) to download them. this help me to hide the path but this method doesn't support resume download which I really want it. So what method you recommend I use? Thanks
majid528
Member
31 Points
11 Posts
Hiding the physical path of a file in downloading
Feb 04, 2013 08:35 PM|LINK
I want to let some users download some files from my website and I don't want them to see the physical path of the downloading file.
I moved the files in a folder outside of my web folder and use Response.WriteFile(filePath) to download them. this help me to hide the path but this method doesn't support resume download which I really want it.
So what method you recommend I use?
Thanks
whighfield
Star
11721 Points
1859 Posts
Re: Hiding the physical path of a file in downloading
Feb 04, 2013 08:39 PM|LINK
This might help http://stackoverflow.com/questions/5429947/supporting-resumable-http-downloads-through-an-ashx-handler
Blog | I need more space:DropBox Referral