ASP Image Display
-
Hi, I have an ActiveX Control which fetches a file from a remote machine (basically a JPG file) Now is there any way i can show that JPG file on the webpage w/o storing it on local disk.. or can anybody give me some hints on how to show a file which is returned by my ActiveX Control Function Sameer
-
Hi, I have an ActiveX Control which fetches a file from a remote machine (basically a JPG file) Now is there any way i can show that JPG file on the webpage w/o storing it on local disk.. or can anybody give me some hints on how to show a file which is returned by my ActiveX Control Function Sameer
The first idea that comes to mind is to create a user control that reads the file into memory and outputs it to the buffer. There are a couple of examples around here.