Page 1 of 1

Image from FTP not getting displayed on HTML page

Posted: 2013-06-07 11:45
by himanshu06
i have made a page in HTML and i want to display some images on that page which are placed on FTP folder the method i am using is <img src="ftp://ftp_user:password@XXX.XXX.XX.XX/Folder/image.jpg"/> but image not getting displayed. Please help!

Re: Image from FTP not getting displayed on HTML page

Posted: 2013-06-07 12:31
by audiopro
You need to put the correct URL in their rather than an FTP link.
eg. <img src='http://www.example.com/images/image.jpg' alt='my picture'>