https://github.com/espressif/arduino-es ... dWebServer
And I am wondering if I had a file named "text.js" that I wanted to upload to an ESP32 running that example with ip address 192.168.0.36, what would the command line look like?
My guess was:
Code: Select all
$ curl -X POST -F 'file=@text.js' -H "Content-Type: application/json" http://192.168.0.36/edit