Hello.
What is the reason why you can not display an image that is stored on an FTP directory?
Why is it necessary to download it to be shown?
I hope you can help me giving me an answer technique.
thanks.
You cannot download images form folder unless that folder is part of web server.
Thus either you must share folder via HTTP or write some handler that will get the image from FTP
Why I can not link directly to an image that is stored on an FTP directory?
For example
I can do this directamaente?
Img.ImageUrl="ftp://171.12.5.119:21/Image/MyImages.jpg"
There is no answer to this, FTP is not for that purpose it is only for downloading files through authenticatopn so simply asking why is waste of your time.
Work on the solutions suggested i.e. create a handler that will get FTP images and download for you
Refer
http://stackoverflow.com/questions/12312520/load-images-from-ftp-to-asp-web-page
http://forums.asp.net/t/1834056.aspx
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.