How to force browser to open/save/save as the file from server
963705Sep 25 2012 — edited Sep 29 2012Hi,
How to force browser to open/save/save as the file from server instead of browser cache.
I am creating a csv file through a pl/sql procedure and forwarding the link to user once user clicks on link he downloads the file, however if the same thing is repeated then browser
returns the old cached file instead of new file generated on server.
Please help.