MikeWiz628
Programmer
On my web server I have a list of folders by date and in each folder are zipped files. Inside are either text documents of .pdfs.
My client allows the user to select a date and a report. The server then goes to the designated foler and unzips the file into a "user folder" where the client points and opens a new window with the file.
However, it's caching the most recent of text files. I'll choose a text file and it opens, but if I go to a much earlier file it still opens the most recent. If I manually go to the user directory and open the file it's the old file.
This is not an asp page that is caching it's an txt file opened in ie that's cached.
Some options for me is to read the file into an asp page and display that way or to execute notepad and open the page. However, I wish to resolve this caching issue. I look forward to hearing some answers. Thanks in advance.
My client allows the user to select a date and a report. The server then goes to the designated foler and unzips the file into a "user folder" where the client points and opens a new window with the file.
However, it's caching the most recent of text files. I'll choose a text file and it opens, but if I go to a much earlier file it still opens the most recent. If I manually go to the user directory and open the file it's the old file.
This is not an asp page that is caching it's an txt file opened in ie that's cached.
Some options for me is to read the file into an asp page and display that way or to execute notepad and open the page. However, I wish to resolve this caching issue. I look forward to hearing some answers. Thanks in advance.