Hi Everyone,
 
 
            I have a requirement. I'm accessing a Servlet using a URLConnection and using the O/P in an application. The content type of the the servlet is "text/html". The servlet O/P is html page with images as is displayed in browser. Now my client application makes a URL connection to this Servlet. No doubt the html content is displayed. But without the images which obviously is due to <img src="../images....." . I want the images also to be streamed to the client. Is there anyway out.
 
Arvind

Reply via email to