I got JS
code which currently shows images like: jpg, bmp, gif.
By given requirement, I also need to show TIF
& TIFF
images.
We mostly using Chrome
and IE
but not Safari
which taking care of TIFF
files and showing them without any extension, I also saw that there are several extensions for Chrome
which solve this issue perfectly.
I'm trying to have an update to my JS code in order to show these files, without any extension, I would like to include some extension code in my JS or any other code is welcome.
Other out of the box solutions can come into consideration.