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
The name of the file in the archive is always the file_name store in the database (like mDP4fy5hNTpuwBT8vBSMT5Y9kSYHvsgkTpQ1zWYw.pdf) while the name store is My file
I would like to add it to my archive as My file.pdf and not mDP4fy5hNTpuwBT8vBSMT5Y9kSYHvsgkTpQ1zWYw.pdf
In src/Support/MediaStream.php:
the function getFileNameWithSuffix() doesnt' seems to take the "name" store in the database but only the "file_name"
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I will use this following code as an example :
The name of the file in the archive is always the file_name store in the database (like
mDP4fy5hNTpuwBT8vBSMT5Y9kSYHvsgkTpQ1zWYw.pdf
) while the name store isMy file
I would like to add it to my archive as
My file.pdf
and notmDP4fy5hNTpuwBT8vBSMT5Y9kSYHvsgkTpQ1zWYw.pdf
In
src/Support/MediaStream.php
:the function getFileNameWithSuffix() doesnt' seems to take the "name" store in the database but only the "file_name"
Beta Was this translation helpful? Give feedback.
All reactions