Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File Uploads Remembered on page refresh on versions 1.10 - 1.13 #1425

Open
MichaelHoughton opened this issue Dec 1, 2023 · 0 comments
Open

Comments

@MichaelHoughton
Copy link

There is an issue with browser caching on version 1.10 - 1.13. This isn't an issue on version 1.9 or lower and on version 2.

The problem comes when a file is uploaded, and then the user moves to another page. So, for example, if a user uploads a file on an edit page, then publishes it, then moves to another page (say the Add Item page), the previously uploaded file is remembered and shows in the file uploader.

e.g. when coming to a new page, where the file uploader should be empty, it shows the previously uploaded file:

asset-admin1

When doing a hard refresh (CTRL + R) the file uploader is then empty. The problem appears to be related to the browser remembering the previous uploaded file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants