Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
698 views

Enabling browser caching via java

Good day, I am using CacheFilter to filter a certain path to my server (which outputs an image stream to the response stream). And I've configured it in my web.xml as follows: <filter> ...
0
votes
1answer
403 views

How to extract the picture in the img element in a webcontrol host?

I would like to extract a bitmap from an html page. I expected to find a IStream, IPersistStream or IPersistStreamInit from the IHTMLImgElement I got in the web page. However I can't found any of ...