0

I'am developing a MEAN Stack application where we can upload image. The problem is even if the image is getting stored in DB, the image does not get displayed in front-end. After sometime or after few refresh it appears. I don't understand what's going on. Please help me with this. Thank you.

1 Answers1

0

This may happen if a different image is uploaded with the same URL. Browser caches those images and changes after a refresh is done in the browser.

This may solve your problem - Refresh image with a new one at the same url

Shubham Bhokare
  • 116
  • 1
  • 2
  • 7