arduino-pico/libraries/WebServer/examples/UploadHugeFile
2024-05-30 11:24:18 -07:00
..
README.md Allow uploading huge files to WebServer (#2180) 2024-05-30 11:24:18 -07:00
UploadHugeFile.ino Allow uploading huge files to WebServer (#2180) 2024-05-30 11:24:18 -07:00

Upload Huge File To Filesystem 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://pico-ip/upload/my-file.mp3

Resources

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