File Manager Dashboard
A desktop-grade directory explorer workspace dashboard. Supports double-click folder navigation, breadcrumbs, folder creation, deletions, and a drag-and-drop upload zone.
💎 Premium Plugin Extension
This component is part of the FrankUI Pro package. Purchase a license to get code access.
🔒
Source Code Restriced
The implementation source files and JavaScript routines for the Drag-and-Drop File Manager are only available to Pro license holders.
Usage Reference & API Options
Configure the Dashboard workspace using attributes on the container element:
| Attribute | Type | Description |
|---|---|---|
| data-role="filemanager" | HTML Attribute | Identifies element as a File Manager Dashboard for the controller scan. |
| data-source / url | String (URL) | Path to the backend file actions controller (e.g. manager.php) that handles listing, mkdir, delete, and upload actions. |
| data-base-dir / baseDir | String (Path) | The absolute path directory on the host server representing the root folder of the workspace. Prevents navigating below this point. |