KirbyWallace
Programmer
Consider this:
foo.asp opens an ADO binary stream, reads binary data and then uses response.binaryWrite() to write that data to the response stream.
All the prep is done (response.buffer=true, no other extraneous data written to the response output, etc.)
It doesn't work.
But I've seen countless articles and posts on the web describing this exact thing. I can't imagine that they are ALL wrong.
Is it actually possible to load an image source with the output of another ASP or PHP (or whatever) page?
foo.asp opens an ADO binary stream, reads binary data and then uses response.binaryWrite() to write that data to the response stream.
All the prep is done (response.buffer=true, no other extraneous data written to the response output, etc.)
It doesn't work.
But I've seen countless articles and posts on the web describing this exact thing. I can't imagine that they are ALL wrong.
Is it actually possible to load an image source with the output of another ASP or PHP (or whatever) page?