At 12:59 07.07.2001 -0400, Fred Fortin wrote:
> >> Why don't you just do print qq~
> >><a href="http://my.host.com/name_of_file.xxx">Click to getfile</a>~;
> >>and let the browser handle the rest for you.
> >>
> >>Because in that case, files like .txt or .html would appear in the browser
> >>instead of being downloaded to my harddrive. This is not very helpfull
> >>(having those files displayed in the browser) when what I want to do is
> >>get them on my HD from one place to an other (at work and at home)...
> >>
> >>I need to be able to save to disk...
>
> >Why don't you just do
> >print qq~<a href="http://my.host.com/name_of_file.xxx">Shift-click to get
> >file</a>~;
> >then? :-)
Safest of all
print qq~<a href="http://my.host.com/name_of_file.xxx">Right-click and
select "Save Target As..." to get file</a>~;
Aaron Craig
Programming
iSoftitler.com