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
Post a Comment