html - Python Flask images doesn't update in Google Chrome -


i have image (from static folder, pretty straightforward)in simple html template button, clicking button perform background processes, getting new image , replacing old 1 in static folder. after getting new image , refreshing page, page still display old one, happen in google chrome, works expected in ie , edge. looking @ terminal output, refreshing page in chrome doesn't send request image, while refreshing in edge or ie request image again.

this looks more chrome problem, on how handle image, there anyway around varying code, since people using chrome, , don't want force them change browser application?


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -