-
Notifications
You must be signed in to change notification settings - Fork 15
Filemanager
With the filemanager you can upload new files to SPIFFS or delete existing files from space. Files with special extensions will be uploaded in the following virtual subdirectorys:
- /js
- *.js
- /css
- *.css
- /fonts
- *.eot
- *.svg
- *.ttf
- *.woff
- *.woff2
You can upload webfiles compressed with gzip and a extra .gz extension. A modern browser will decompress the files on the fly. For example, when upload a compressed test.html the filename should be index.html.gz , when requesting the file with your browser just ask for test.html without the .gz extensions.
[image]
In the Files section you can see all the current files on SPIFFS. You can delete the selected file in the list. Deleting a file is irreversible!
In the Upload section you can upload files from your local computer to the SPIFFS.
WARNING: Due to the nature of SPIFFS the filename is set to a maximum of 32 characters, including the folder name (/js , /css and /fonts). Files uploaded to the 'root' (normal files) get a / as first character. This also counts as 1 of the 32 characters! Because of this limitation, the supplied bootstrap.min.css files is editted for shorter fonts names. Do no use the originale files.
- Home
- Installing
- Menu -> Hardware
- Menu -> System
- Unlisted pages
- Simple API
- Pimatic examples