On Tue, 2007-08-21 at 14:40 -0300, RGKärcher wrote: > Hi guys , > > Thanks Michael and Georg but none of the examples > works for me ... > > I'm using Apache::Asp . > > What could be the problem ? > > Thanks in Advance >
What error are you seeing? What does the HTML being sent to your browser look like? What do you see in the apache logs? The snippet of code that you sent looked correct, so check your assumptions. Check that the HTML has the same URL that you are expecting. Can you access the image by typing that URL into your address bar in your browser? Does it produce an error in your apache log? If the HTML being produced is correct, then the problem lies outside Perl. The image is served by Apache - probably doesn't come near the Perl (unless you have some authorisation or authentication handlers on that URL) Either way, more information would help :) Clint