ESP32-ESP8266-File-Download-Upload-Delete-Stream-and-Directory icon indicating copy to clipboard operation
ESP32-ESP8266-File-Download-Upload-Delete-Stream-and-Directory copied to clipboard

Upload to webserver with thirdy party app

Open RodEnry opened this issue 5 months ago • 0 comments

Hello David, many thanks for this awesome library!

I'm trying to upload a file to the webserver. At the momet I'm uploading a binary file to perform a firmware update. If I'm using the web browser + "Upload" button + "Select file" from the dialog, everything is fine.

I'm struggling while trying to integrate this feature into an external applicaton able to send URLs. I'm already able to trigger (on specific files) the "download" and "delete" features by sending the correct commands (example192.168.1.22/download?download=testFile).

While to perform the upload with a thirdy party custom application, which requests I need to send to the ESP32? Which data i need to enclose? And which replies I should expect from the ESP32 (and to the ESP32)?

Many thanks for your help! Cheers, RodEnry

RodEnry avatar Jan 30 '24 00:01 RodEnry