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
on page load the file manager is shown correctly :
If I click on a folder or a file, the icons overflow on the text :
Do you have any idea how to solve this issue?
And regarding the current path that i need to show in the file manager, it is only charging the path that I configured in appsettings.json.
If I try to pass an other path via the argument rootFolder, it is not working.
thank you in advance for the help.
regards,
Antony
The text was updated successfully, but these errors were encountered:
As for rootFolder, that should point to an existing subfolder... inside of the main path that you configured in appsettings.json. The idea of rootFolder is in the case you have a folder per user.. or in a multi-tenant situation you maybe want a folder per tenant.. then you can structure your media folder like this:
Thank you gorden for your reply.
The library is well structured. I will try to add the options that I want.
Based on the examples that you provided, I tried to display the file manager using iframe.
I used this code :
<iframe src="/filemanager/dialog.php?type=0&rootFolder='C:\\Users\\'" frameborder="0" style="overflow:hidden;min-height:600px; height:100%;width:80%"></iframe>
on page load the file manager is shown correctly :

If I click on a folder or a file, the icons overflow on the text :

Do you have any idea how to solve this issue?
And regarding the current path that i need to show in the file manager, it is only charging the path that I configured in appsettings.json.
If I try to pass an other path via the argument rootFolder, it is not working.
thank you in advance for the help.
regards,
Antony
The text was updated successfully, but these errors were encountered: