arduino-esp32/libraries/WebServer/examples/UploadHugeFile
Lucas Saavedra Vaz 9f3010f214
ci(json): Improve requirement checking (#10554)
* ci(json): Change requirements for sketches that use WiFi

* ci(checks): Optimize requirement checking

* fix(tests): Additional checks before running tests

---------

Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
2024-11-06 18:08:16 +02:00
..
ci.json ci(json): Improve requirement checking (#10554) 2024-11-06 18:08:16 +02:00
README.md Handle large octet-stream (master branch) (#9440) 2024-04-11 14:42:31 +03:00
UploadHugeFile.ino feat(net): Switch to typedefs for WiFiClient, WiFiServer, WiFiUdp and WiFiClientSecure (#9909) 2024-06-24 10:26:22 +03:00

Upload Huge File To SD Over Http

This project is an example of an HTTP server designed to facilitate the transfer of large files using the PUT method, in accordance with RFC specifications.

Example cURL Command

curl -X PUT -T ./my-file.mp3 http://esp-ip/upload/my-file.mp3

Resources

  • RFC HTTP/1.0 - Additional Request Methods - PUT : Link