- Moderator
- #1
I'm creating a dynamic image to be displayed.
Currently, I'm saving the image created (using DrawString and so forth) as a temp file, then setting Image.ImageURL to the URL of the temp file generated.
This is, of course, creating a LOT of temp files.
Is there a way to instead stream from the image object on the server to the Image on the web page?
TIA!
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg
Currently, I'm saving the image created (using DrawString and so forth) as a temp file, then setting Image.ImageURL to the URL of the temp file generated.
This is, of course, creating a LOT of temp files.
Is there a way to instead stream from the image object on the server to the Image on the web page?
TIA!
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg