Hi,
I'm quite new to CGI programming but what I want to do is display an image using a CGI application. I've written an app that reads a TIF file, converts it to PNG then writes it to stdout. If I redirect the output to a file I can then view the file but if I try and display it in a html pages ising <img src="test.cgi"> nothing is displayed. Is there something I'm missing?
Thanks
David
I'm quite new to CGI programming but what I want to do is display an image using a CGI application. I've written an app that reads a TIF file, converts it to PNG then writes it to stdout. If I redirect the output to a file I can then view the file but if I try and display it in a html pages ising <img src="test.cgi"> nothing is displayed. Is there something I'm missing?
Thanks
David