Solved
How can we use the versioning for the images without updating its reference but still don't face browser cache issues
Dear All,
How can we update image in DAM so that its versioned file can automatically be referenced in the html.
Suppose I have uploaded an Image XYZ.jpg and have given path in html as
<img alt="XYZ image" tabindex="1" class="XYZImage" src=“path_to/XYZ.jpg“/>.
Now I want to update this Image with another and I want that I only update the image in the DAM like XYZ.jpg-v-2 and my html automatically refers to the new version without any code change so that no browser cache issue come.
Please note, browser cache cannot be disabled at server, its necessary to keep that