true... but now you are trying to override the USERS settings.
"Simon Wigzell" <simonwigzell@shaw.ca> wrote in message
news:o9PLd.247384$6l.197252@pd7tw2no...
>
> "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> news:eZCf$P6BFHA.520@TK2MSFTNGP09.phx.gbl...
>> huh? Any <A HREF...> should work to point to the file. The user will then
>> be prompted to save/open it....
>> What is it that you are trying to do different that makes you think you
>> need something more?
>>
>> --
>> Curt Christianson
>> Site & Scripts:
http://www.Darkfalz.com >> Blog:
http://blog.Darkfalz.com >>
>>
>> "Simon Wigzell" <simonwigzell@shaw.ca> wrote in message
>> news:akrLd.230981$8l.230324@pd7tw1no...
>>> Allowing download of file types that will display in a browser is no
>>> problem, but how about files types that don't display? I would like my
>>> clients to be able to click on a link that will start a download or any
>>> type of file. Try searching on "download"! Of course this has to be
>>> server side - I can't expect my clients to have to install something at
>>> there end. Thanks.
>>>
>>>
>>
>>
> Well, if the file is an image file it will open in another browser window,
> if it is a .zip file it will open winzip if that is installed, if it is a
> .doc it will open in word...etc. I want a server side process that will
> just set off a download of the file, regardless of type. e.g. the link
> would be something like http://[DomainName]/Download.asp?FileName
>
> You can get tons of free Server Side upload code, why not download?
>