On Fri, 12 Jul 2002 16:46:48 +0300, [EMAIL PROTECTED] (Octavian Rasnita)
wrote:

>Hi all,
>
>Please tell me if what I want is possible or not.
>
>I want to make a Perl script that will prompt the visitor to download more
>files, not only one, for example 3 files.
>Of course, after selecting them, etc.
>
>If I use
>print "Location: $path\n\n";
>The script ends after the first file.
>
>If it is possible, please give me a hint, or just tell me if this is not
>possible.

I don't think you can do this easily. The http protocol is setup so that
you can't force someone to download files, they only can get
ones they specifically request.  What you might do, is set up
a form to let the user select the files, take the files and zip them
up into one zip package, and send out a page with the zip package
listed as a link.





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

Reply via email to