https://github.com/celliesprojects/minimaluploadauthesp32
A simple Arduino IDE upload example for ESP32 and ESPAsyncWebServer.
https://github.com/celliesprojects/minimaluploadauthesp32
arduino authorization esp32 espasyncwebserver upload-file
Last synced: about 1 year ago
JSON representation
A simple Arduino IDE upload example for ESP32 and ESPAsyncWebServer.
- Host: GitHub
- URL: https://github.com/celliesprojects/minimaluploadauthesp32
- Owner: CelliesProjects
- License: mit
- Created: 2017-11-05T09:45:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T10:21:03.000Z (over 4 years ago)
- Last Synced: 2025-04-16T06:59:41.279Z (about 1 year ago)
- Topics: arduino, authorization, esp32, espasyncwebserver, upload-file
- Language: C
- Homepage:
- Size: 73.2 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minimalUploadAuthESP32
A simple Arduino IDE authorized upload example for ESP32 with `ESPAsyncWebServer`.
## Install
- Install [AsyncTCP](https://github.com/me-no-dev/AsyncTCP) and [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer).
- Change your network credentials in `minimalUploadAuthESP32.ino`.
- Set a `MAX_FILESIZE` in `minimalUploadAuthESP32.ino`.
- Flash your ESP and browse to the ESP web page.
## On the file size
The standard `Content-Length` header gives a wrong filesize, so a custom `FileSize` header is used instead.