anbutechie has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on How to access the file from other machine

Replies are listed 'Best First'.
Re: How to access the file from other machine
by marto (Cardinal) on Sep 21, 2009 at 10:12 UTC

    If the other server runs a webserver your src tag is wrong, it should be something like src='http://ipaddressofthatmachine/imagelocation.extension'. If not you may need to either copy the image to your machine which runs a webserver or mount the location and adjust your webserver configuration appropriatly if need be. This doesn't really seem to be a Perl question, you should read your webserver and OS documentation.

    Martin