![]() |
|
|
|||||||
| Classic ASP "Classic" is a great euphemism for "old." But just because it's old doesn't mean it isn't still useful. |
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Join Date: Mar 2006
Posts: 5
|
Force Download.
Does Someone have an idea about download know Mime objects ?
For an example : if I have mp3 and i want people to be able to dowload that file without using the famous right-click 'save target as...' if this file is bigger than 4MB, IIS won't allow people to download the file... Does someone have an idea about doing so ? Karim. |
|
|
|
|
#2 |
|
Join Date: Apr 2005
Posts: 751
|
You can put it in a zip, or you can create a download.aspx page. Inside the download.aspx page, you'd change the content-type to unknown and read and output the bytes of the file manually.
Joel Thoms DiscountASP.NET http://www.DiscountASP.NET |
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|