Click to See Complete Forum and Search --> : Creating a gif file with a JSP


TMG77
05-03-2006, 10:14 AM
Hello. I am interested in creating a new gif file from a JSP. I have a Base64 decoded string to use for the gif.

I have accomplished this task in VBScript, but have had difficulty displaying the image using JSP.

When opening the gif file created with a VBScript in Notepad, it displays my decoded string followed by "JIF" and number of other characters. When opening the gif file created with a JSP in Notepad, it simply displays the decoded string without any addtional characters.

Thanks to anyone with any ideas or suggestions.