How to download any file
Introduction
May be some of will say this old staff and there is hundreds of such article but may be there are true but what I did found speak in general not in details how to deal with Unicode files to download from server or multi segment file name problem epically with Firefox browser which cause lot of problems.
Background
During last couple days in I got a web project for one of our departments that contain download section provided file download for public and site members but there is was a little problem that they some times upload on site files in different formats, so there is a little problem with files with such format like htm, txt for example they open directly inside browser window which bad idea to have such option on download section. Then I decide to build web user control to force open save dialog on any browser web site open with, which I would like to provide some useful info about to you.
And I will try to focus on some problems that I faced during development of this web user control too.


