FTP to image control asp.net [closed]
does any one know how one would download an image file into an image control in asp.net using ftp?
You need to make an ASHX handler that sends an FtpWebRequest, copies the response to the HttpResponse, and sets the correct Content-Type header.
精彩评论