Tubely is a web application. It's accessed through a browser and browsers love to cache stuff. They love cache more than Scrooge McDuck.
I'll see myself out.
"Cache" is just a fancy word for "temporary storage". When a user visits a web application for the first time, their browser downloads all the files required to display the page: HTML
, CSS
, JS
, images, videos, etc. It then "caches" (stores) them on the user's machine so that next time they come back, it doesn't need to re-download everything. It can use the locally stored copies.
...what happened? Answer the questions.
What happened after uploading the new image?