J
Jeff
I have a client application that requests many large jpeg mages from my asp
site. However these images can be programatically generated very easily and
very quickly.
Suppose my site receives a request for images/bigImage.jpg. Is it possible
for me to intercept this request and process it programatrically - say using
a processRequest? Or do I have to at least have some file called
images/bigImag.jpg on my site. Note that I can't use a query string since I
have no control over the client - it will simply request
images/bigImage.jpg.
If it is possible, where would be a good place to start looking?
Thanks for any help.
Jeff
site. However these images can be programatically generated very easily and
very quickly.
Suppose my site receives a request for images/bigImage.jpg. Is it possible
for me to intercept this request and process it programatrically - say using
a processRequest? Or do I have to at least have some file called
images/bigImag.jpg on my site. Note that I can't use a query string since I
have no control over the client - it will simply request
images/bigImage.jpg.
If it is possible, where would be a good place to start looking?
Thanks for any help.
Jeff