/ESPFileServer

Library for the ESP32 to upload, download, delete, rename files via web browser.

Primary LanguageSvelteGNU General Public License v3.0GPL-3.0

ESP File Server

The ESP File Server creates an easy way to manage filesystems on the ESP32 and browse, upload, download, and delete files from your browser.

Features

  • Works with Async Web Server
  • Works with LittleFS
  • Browse files from your browser
  • Move files and folders via drag and drop
  • Display file and folder sizes
  • Upload files via drag and drop
  • Delete files
  • Rename files and folders by double clicking
  • Create new files and folders
  • Status bar with used and free space
  • Preview files
  • Format the filesystem

Installation

Manual install
Download the repository and place it in your libraries folder. Then include the library in your sketch.