anandr wrote:
> 
> Hi,
> I am a newbie to the group and after reading lot of
> mails in the group,I guess someone will be able to help
> me.
> 
> I am planning to start a download functionality on a
> HYPERLINK.,...i.e,.On a webpage there is a hyperlink
> and on the link I want to start a download similar
> to "Save As" functionlaity.
> 
> I did use 'application/octet-stream' as the mime type
> but is not working for me on windows NT
> workstation.Where as the same code is working on UNIX
> platform.
> 
> Can anybody help me on this issue - I did very well
> appreciate any help.

The browser will do what it wants to do (especially IE). The most
reliable (and this does not mean "works every time") way to make it
download instead of run a program seems to be to zip it up and send the
zip file instead of sending the file itself. Another instance of
Micro$oft being "too helpful."

Cameron

-- 
Cameron Dorey
Associate Professor of Chemistry
University of Central Arkansas
Phone: 501-450-5938
[EMAIL PROTECTED]
_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to