File Explorer#
As a BaSyx AAS Web UI user
I want to manage files and folders in a file management Submodel with an intuitive interface
so that I can organize, upload, preview, and download files similar to common cloud storage solutions.
Semantic ID#
This plugin is activated when a Submodel has the following semantic ID:
https://basyx.org/FileSystem/FileSystem/0/1
Feature Overview#
The File Explorer plugin provides a comprehensive file management interface for Asset Administration Shells. It transforms file-based Submodels into an intuitive, cloud storage-like experience, allowing users to manage documents, images, and other files directly within the AAS Web UI.
The plugin automatically handles folder structures using SubmodelElementCollections, providing a seamless hierarchical organization of files without manual configuration.
File Explorer Plugin in Gallery View#
Key Features#
Multiple View Modes#
Gallery View: Visual grid layout with file previews and thumbnails
List View: Compact table layout for efficient browsing of large file collections
File Upload#
Drag & Drop Upload: Simply drag files from your computer into the interface
Multi-file Upload: Upload multiple files simultaneously
Folder Management#
Create New Folders: Organize files into hierarchical folder structures
Folder Renaming: Update folder names as your organization needs change
Drag & Drop Organization: Move files and folders by dragging them to new locations
Nested Structures: Support for multiple levels of folder nesting
File Operations#
File Preview: View images, PDFs, and other supported file types directly in the browser
File Download: Download individual files or multiple files at once
Delete Operations: Remove files or folders individually or through multi-select
Multi-select Support: Select multiple files and folders for batch operations
User Experience#
Cloud Storage Interface: Familiar interface inspired by popular cloud storage solutions
Responsive Design: Works seamlessly based on screen size and device
Visual Feedback: Clear indicators for file types and actions
Usage#
Accessing the File Explorer#
Navigate to a Submodel with the File System semantic ID in the AAS Treeview
Open the Visualization tab
The File Explorer plugin automatically displays the file structure
Switching Between Views#
Toggle between Gallery and List view using the view switcher in the toolbar:
Gallery View: Best for visual browsing, especially with images and documents
List View: Best for large file collections and detailed file information
File Explorer Plugin in List View#
Uploading Files#
Drag & Drop Method:
Open the File Explorer in the desired folder
Drag files from your computer’s file manager
Drop them onto the File Explorer interface
Wait for the upload to complete
Button Upload Method:
Click the New button in the toolbar
Select File from the context menu
Choose files by clicking on the file selection dialog
Click Upload to start the upload
Creating Folders#
Click the New button in the toolbar
Select Folder from the context menu
The folder appears in the current directory
Rename the folder as needed
Organizing Files and Folders#
Moving Items:
Select the file or folder you want to move
Drag it to the destination folder
Drop it when the folder is highlighted
The item moves to the new location
Renaming:
Right-click on a folder
Select Rename from the context menu
Enter the new name
Press Enter to save
Deleting Files and Folders#
Single Item:
Right-click on the file or folder
Select Delete from the context menu
Confirm the deletion if prompted
Multiple Items:
Select multiple files/folders using the checkboxes
Click on the delete icon in the toolbar
Confirm the deletion
Previewing Files#
Click on a file in the File Explorer
Supported file types (images, PDFs, text files) display in a preview pane
Close the preview to return to the file list
Downloading Files#
Single File:
Right-click on the file
Select Download from the context menu
The file downloads to your default download location
Hint
Alternbatively you are also able to download files from the preview pane by clicking the download button.
Submodel Structure#
The File Explorer plugin expects a Submodel with the following characteristics:
Root Level#
Submodel with semantic ID
https://basyx.org/FileSystem/FileSystem/0/1
Files#
Files are represented as File SubmodelElements:
{
"idShort": "document.pdf",
"modelType": "File",
"contentType": "application/pdf",
"value": "/path/to/document.pdf"
}
Folders#
Folders are represented as SubmodelElementCollections:
{
"idShort": "Documents",
"modelType": "SubmodelElementCollection",
"value": [
// Nested files and folders
]
}
The plugin automatically recognizes this structure and renders it as a folder hierarchy.
Supported File Types#
Preview Support#
The following file types can be previewed directly in the File Explorer:
Images: PNG, JPG, JPEG, GIF, SVG, WebP
Documents: PDF
Text: TXT, MD, JSON, XML
Download Support#
All file types can be downloaded, regardless of preview support.
Use Cases#
Product Documentation Management#
Organize user manuals, technical specifications, and certificates
Maintain version-controlled document repositories
Provide easy access to product documentation for customers and service technicians
Image and Media Libraries#
Store product photos, technical drawings, and marketing materials
Organize images by product line, version, or category
Quick visual browsing of image assets
CAD File Management#
Manage 3D models and technical drawings
Organize models by assembly, component, or project
Quality Documentation#
Store inspection reports, test results, and compliance documents
Organize quality records by batch, date, or product
Quick access to quality documentation during audits
Maintenance Documentation#
Maintain repair manuals, spare parts lists, and troubleshooting guides
Organize by equipment, system, or maintenance schedule
Field technicians can access documentation directly from the AAS
Notes#
Note
The File Explorer plugin is a custom BaSyx plugin and not based on an official IDTA Submodel template.
Hint
Use the File Explorer plugin in combination with the Handover Documentation plugin: File Explorer for general file management, and Handover Documentation for standardized product documentation according to IDTA specifications.