Hello Peter,
I noticed another reply, but I think that what you want is this....
You could build a servlet that does the following:
Register Servlet as e.g. http://someserver/somepath/
When a request is made to it (e.g. http://someserver/somepath/gifname.gif),
the servlet can find out what the 'gifname.gif' is.
Servlet changes the response MIME type (check this, as I am not completely
sure)
Servlet accesses database accordingly and pushes stream of content of gif
(stored as BLOB?) to the output stream.
The client will think that it is looking at a real file.
The user will think that they are looking at a real file.
Only you know the difference.
I hope this helps
Miles Chaston
E-mail: [EMAIL PROTECTED]
> -----Original Message-----
> From: Martin Peter [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, April 16, 1999 9:25 AM
> To: [EMAIL PROTECTED]
> Subject: Dynamic GIF
>
> I have a JSP page and want to dyanamically generate a gif for display on
> the page.
>
> I store my gif's in a directroy server and read them out as a byte array,
> this bit okay. I am unsure as to how I get it to display on the page.
>
> Thanks
> Peter.
>
> ==========================================================================
> =
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff JSP-INTEREST". For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
The information transmitted is intended only for the person or entity to which it is
addressed and may contain confidential and/or privileged material. Any review,
retransmission, dissemination or other use of, or taking of any action in reliance
upon, this information by persons or entities other than the intended recipient is
prohibited. If you received this in error, please contact the sender and delete the
material from any computer.
PricewaterhouseCoopers Kinesis Ltd
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".