hi
well, i'd be inclined to first have your code do exactly what the
sample i gave you did, eg:
Response.Buffer = TRUE
Response.Clear
Response.ContentType = "image/jpg"
Response.BinaryWrite vntGraph
Response.End
you need to do a response.buffer=true, response.clear because at this
point asp has setup html response headers, which we are replacing with
the image/jpg header.
if that doesnt work then we could investigate further..
(you're also missing a j.free in your test code, but im sure you've
noticed that ;-) )
cya!
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.com/
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"