Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Luke_Canada

I also had the same problem... The problem was not the WinSCP but the names of the images and/or the paths... Windows does not care if the letter is capital or not, but unix machines are case sensitive... make sure you used propper case in your html code or whatever you are using... Second, make sure the paths point to the right place. Use relative links and try to avoid the absolute ones...

The difference:

ABSOLUTE: C:/website/my website/images/porn.jpg

RELATIVE: /images/porn.jpg (if you web page is in the "my website" folder)
RELATIVE: ../my website/images/porn.jpg (if you website is under a different folder under "website" than "my wesite"...


Good luck
martin

Re: Images not shown

Hard to tell. But I would advice you to check the file permissions. Maybe some of the images does not have permissions to be read by the web server.
JSintoronto

Images not shown

Hi everyone
I have successfully created 7 web pages and uploaded them to my ISP server.
Problem is that some images in these pages get shown and some do not
I have double checked the directories which these
image files are to be found (http//:www.mywebsite.com/images)
and they are there - both the one or two being displayed
and the images that are not found.
Just to be sure I uplopaded the images to some other images directories
in the root and html directories - still no suiccess

Why do some pics in the /images directory get displayed
while others do not?
JS