Uploaded filename in Catalog-->Downloads
section are like this:
Chrysanthemum.jpg.bafd8619f8e86bba3b8c90063b2910d2
in this example Chrysanthemum.jpg
is filename and What's usage this: .bafd8619f8e86bba3b8c90063b2910d2
?
Uploaded filename in Catalog-->Downloads
section are like this:
Chrysanthemum.jpg.bafd8619f8e86bba3b8c90063b2910d2
in this example Chrysanthemum.jpg
is filename and What's usage this: .bafd8619f8e86bba3b8c90063b2910d2
?
Without knowing anything about Opencart I would say that it's an easy way to make sure that if you upload two images with the same name but different content they won't replace each other. If it's indeed a hash of the content thats appended then that would also ensure that if you upload the same image twice it will still only be stored once.