* 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> |
||
|---|---|---|
| .. | ||
| ci.json | ||
| README.md | ||
| UploadHugeFile.ino | ||
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