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
Majid Shahabfar
Posts
-
Hiding the physical path of a file in downloading -
Team Foundation ServerI just wanna know is it included in VS 2012 Ultimate?
-
Team Foundation ServerThanks Sandeep, What about the Application Lifecycle Management (ALM)?
-
Team Foundation ServerI wanna know that does Team Foundation Server functionality existed in VS 2012 Ultimate Edition or it is must be downloaded separately?
-
Measuring Download BandwidthThanks Satalaj, Would you please tell me more about your solution any code snippet or samples I mean. BTW your link couldn't be open.
-
Measuring Download BandwidthI need to retrieve the download size during downloading a file.
-
Measuring Download BandwidthI have developed a subscription based web application using ASP.NET (C#). Applicaiton is used to give user accounts to different customers to download some files from website. I want to measure the bandwidth used by each customer account during downloading. I'm using SQL Server 2008 at the backend where the user account information as well as download history and total download size are maintained on it. Infact I want to calculate the bandwidth used by each customer during any download file process. Each customer is assigned certain amount of bandwidth. I want to calculate this during the session of a customer, not at the website level. Something exactly like "sharing-hub.com" website. Any comments and suggestions are welcomed.
-
Limiting Users Download SizeThanks Pete, I try this
-
Limiting Users Download SizeI know that. My problem here is that how can I figure out how many bits are downloaded. I need a code snippet.
-
Limiting Users Download SizeThanks Pete, for the sake of simplicity lets neglect time restriction. so here we only have the size as a criteria for dowload restriction. for the complete dowloads I don't have any problem but somehow download process become aborted I should have the amount size of downloaded bits because this count towards my limit size.
-
Limiting Users Download SizeHi there, I have some files in my website for being downloaded by signed in users. But due to the bandwidth limitation I have to restrict users to download files until the total downloaded size doesn't excess from a specefic size for example 100MB. Now I'm looking for a way to measure the user's download size. Any help please?
-
Limiting Users Download SizeHi there, I have some files in my website for being downloaded by signed in users. But due to the bandwidth limitation I have to restrict users to download only a specefic size per day for example 100MB per day. Now I'm looking for a way to measure the user's download size. Any help please?
-
Blinking Pushpin in Bing Map Silverlight controlHi there, How can I add a blinking pushpin to my bing map control using StoryBoard? Thanks
-
Conjugate Gradient iterative solverI know that
-
Conjugate Gradient iterative solverhi there, I'm looking for a code snippet for conjugate gradient and preconditioned conjugate gradient iterative solver for system of linear equations in C++ or C#.
-
How to get access to main window controls in WPFApplication curApp = Application.Current;
MainWindow mainWnd = curApp.MainWindow; -
How to get access to main window controls in WPFI want to access some of the public controls in MainWindow from a separate class in the same application domain. how can I do this?
-
the order by clause is invalid in views inline functions ...Thanks Silim it works bt now I have anoter problem when I use ArticleCount I get the Invalid column name error do you hae any idea?
-
WCF Client to Client MessagingHi there, Is it possible to do messaging between two or more clients using WCF? As I know any MEPs enable it to do messaging between server and clients. Thanks
-
the order by clause is invalid in views inline functions ...can you change my SQL Statement as you think?