You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see the elFinder creates thumbnails. That's great, but since their names are hashed, we can only use those thumbs within and with the functions of elFinder.
I would like to show them elsewhere in a list. I would simply query the folders' contents but since those thumbs have a hashed name, I cannot map them to the actual file.
Is there some way to save thumbs with real file names (such as uploaded-file-name-THUMB.png) for example, instead of having the thumbs names hashed?
It is a waste of server space to create them twice, so since elFinder already creates them... I thought to re-use them :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I see the elFinder creates thumbnails. That's great, but since their names are hashed, we can only use those thumbs within and with the functions of elFinder.
I would like to show them elsewhere in a list. I would simply query the folders' contents but since those thumbs have a hashed name, I cannot map them to the actual file.
Is there some way to save thumbs with real file names (such as
uploaded-file-name-THUMB.png
) for example, instead of having the thumbs names hashed?It is a waste of server space to create them twice, so since elFinder already creates them... I thought to re-use them :)
Beta Was this translation helpful? Give feedback.
All reactions