File Transfer Planet Forums » FTP Help and Tips
Image Transfer issue
(5 posts)-
I am unable to transfer images (photos) to my web site. The images are visible on my local and remote sites and on my browser but all I receive on my web site is a small box with a check (x) in the corner of the box. What do I do?
Posted 2 years ago # -
Make sure the image reference within your Web pages is relative to your remote site.
Your image tag has to point to the location of the stored images on your remote site.Posted 2 years ago # -
answer to the "x" image resulting from your preveiw:
Your image path must be relative to your root folder -
e.g.
let's say you've got your folder on the server called
"gif" and in this folder you have the image "mygif.gif"when you type in the path in your web editor for this image you've got to make sure the url is relative: meaning -
http://www.yourdomain.com/gif/mygif.gif -Hope this helps
Posted 2 years ago # -
Also, some systems (Primarily UNIX) are case sensitive. So mygif.gif is not the same as mygif.GIF
Posted 2 years ago # -
for a nice overview of this issue you may want to read this article
http://www.htmlgoodies.com/beyond/webmaster/article.php/3560496
Posted 2 years ago #