in reply to Re^2: Perl cgi script for directory listing and file downloading!! Problem: Unable to download the file
in thread Perl cgi script for directory listing and file downloading!! Problem: Unable to download the file
This is a browser configuration issue.
I guess that, for example, /www/download might be a good place for your files.
You need to learn about how your webserver maps URLs to files and appropriately configure the webserver. First get the URL download working without your script by going directly to the URL with your browser. Then you can generate the URLs from your script.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Perl cgi script for directory listing and file downloading!! Problem: Unable to download the file
by masood91 (Novice) on Nov 05, 2014 at 12:08 UTC | |
by Corion (Patriarch) on Nov 05, 2014 at 12:13 UTC | |
by masood91 (Novice) on Nov 05, 2014 at 12:56 UTC | |
by Corion (Patriarch) on Nov 05, 2014 at 14:55 UTC |