Hi all,

I've tried to make a script for downloading a file  and it works but I have
a problem with it.

The link for downloding the file looks like:

http://www.myserver.com/cgi-bin/download.pl?file=1234
This script take the link for the id 1234 from a text file and uses the
following line to download the file:

print "Location:$location\n\n";

Well, the file downloads, but the problem is that if a visitor uses a
download manager like GetRight, the download manager is not used.
And the visitor is asked by the normal browser "download" window if they
want to download the file.

I've seen on some web sites (like download.com) which also use a script,
that the file can be downloaded with the download manager.

Please tell me what else can I use to be able to create a good download
script.

Thank you very much.
Teddy,
[EMAIL PROTECTED]



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to