Studio-42 / elFinder

📁 Open-source file manager for web, written in JavaScript using jQuery and jQuery UI
https://studio-42.github.io/elFinder/
Other
4.64k stars 1.42k forks source link

Feature Request: Using elFinder for embedded systems #3576

Closed apuder closed 1 year ago

apuder commented 1 year ago

Hi: this is not a bug report but I didn't see a category for feature requests. I am working on a C-based connector using Mongoose so I can transfer files with elFinder to the embedded flash of an ESP microcontroller. The SPIFFS filesystem supported by the ESP is very limited. E.g., it cannot handle directories. This means that in my use case the left panel of elFinder that usually shows the directory structure will always be empty. I was wondering if it might be possible to add a flag to options that will tell elFinder that it can safely remove the left panel. One could also infer this option with the existing API if the root directory does not report any sub-directories and the mkdir command is disabled. Thx.

lianee commented 1 year ago

Perhaps you could just hide that pane with CSS:

.elfinder .elfinder-navbar.ui-resizable {
    display: none;
}
github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 50 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.