esp32-upload-download-multipart-http icon indicating copy to clipboard operation
esp32-upload-download-multipart-http copied to clipboard

This library supports upload multipart and download file via http

Results 8 esp32-upload-download-multipart-http issues
Sort by recently updated
recently updated
newest added

Hi I'm running a version of the example to just download a file over HTTP and it appears to be functioning normally except that the file that is downloaded onto...

\esp32_getconfig.ino: In function 'void setup()': \esp32_getconfig.ino:66:97: error: no matching function for call to 'UDHttp::download(const char [59], int (&)(uint8_t*, int), void (&)(int))' udh.download("http://www.smart-words.org/linking-words/linking-words.pdf", wdataf, progressf); ^ In file included from \esp32_getconfig.ino:1:...

Is there any way to get a response corresponding to file getting uploaded successfully ?

I am trying to upload file from ESP32 to a cloud server. Using your code, and using the given below mentioned stack, but unable to send the files. In fact...

Thank you very much for providing this library. It is exactly what I needed to finish an IoT project. Unfortunately, the upload portion which is the part I need, is...

If the requested file doesn't exist in the web server. The library will cause the device to restart. Device: ESP32