On 6 Sep 2007, at 13:03, jeevs wrote:
        qx{chmod -R 777 /var/www/images/file.png};
        print qq(<img src='/var/www/images/file.png'>);

Your alt attribute is missing.

And the location of the file on the server's file system is not going to be the same as the path under the webroot. Otherwise you could go to http://www.example.com/etc/passwd on practically any system.


--
David Dorward
http://dorward.me.uk/
http://blog.dorward.me.uk/



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to