in reply to Problem linking a file in CGI script
This is a security feature of your browser. In fact, you will find that your browser will also not open the linked file:// url if you serve it a plain HTML page instead of a Perl script. This is to prevent a malicious website from making you read/modify/open files with a known location on your harddisk (like ~/.ssh/id_dsa).
To make your browser open file:// URLs from HTML pages served from a webserver, you will need to change the security settings of the browser.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem linking a file in CGI script
by Anonymous Monk on Oct 29, 2009 at 17:02 UTC | |
by Corion (Patriarch) on Oct 29, 2009 at 17:17 UTC | |
by venkatesan_G02 (Sexton) on Oct 29, 2009 at 17:27 UTC | |
by Corion (Patriarch) on Oct 29, 2009 at 17:30 UTC |