c# - Remove viewed Files from PC using IHttpHandler -



c# - Remove viewed Files from PC using IHttpHandler -

is there way remove viewed documents/images pc apsx? in ihttphandler tried:

context.response.cache.setnostore(); context.response.cache.setcacheability(httpcacheability.nocache);

in firefox temp files saved in c:\users\username\appdata\local\mozilla\firefox\profiles\jwhjrpy1.default\cache2\entries

i don't want delete everything, files opened aspx application.

you can't prevent saving content on client. if don't cache file, still possible download file, , browsers automatically.

then file outside command of browser.

c# asp.net ihttphandler

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -