Returning a GIF without Location

2000-07-13 Thread Differentiated Software Solutions Pvt. Ltd
Hi, We have a mod_perl program which based on certain parameters returns the gif which is to be displayed. We use print "Location: http://192.168.1.2/smg/images/logo.gif'". This means the browser makes 2 HTTP requests 1. To the CGI program to request for the location of the GIF 2. To the

Re: Returning a GIF without Location

2000-07-13 Thread Matt Sergeant
On Thu, 13 Jul 2000, Differentiated Software Solutions Pvt. Ltd wrote: Hi, We have a mod_perl program which based on certain parameters returns the gif which is to be displayed. We use print "Location: http://192.168.1.2/smg/images/logo.gif'". This means the browser makes 2 HTTP

Re: Returning a GIF without Location

2000-07-13 Thread Vivek Khera
"DSSPL" == Differentiated Software Solutions Pvt Ltd [EMAIL PROTECTED] writes: DSSPL We want to combine both into a single HTTP - request response DSSPL sequence i.e., is it possible to read and return the gif file DSSPL from within a CGI program itself. If so, how ?? It most certainly is not