-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File upload in HTTPS #153
Comments
This is my OTA Code which works
|
Hi, thanks a lot for providing your code @trullock, is it possible to see the entire code, I don't understand some parts of it and I can't manage to make it work with my script, seeing all your code would be really helpful, thank you again For example, I get an error saying that HTTPMultipartBodyParser is not declared, is it coming from another library ? |
Well yes, you have to include it:
It will be easier to help you if you post your problematic code. Make a Stack Overflow post or something and I can try and help you there |
Hello,
Describe Your Goal
I create this issue because I would like to upload files with esp32_https_server.
Before I was using WebServer.h which allowed to have the upload() function.
Then I switched to HTTPS with HTTPSServer.hpp and I was able to convert all my code (which is functional in HTTPS) except for the file upload.
Here is approximately the result I would like to obtain :
https://github.com/espressif/arduino-esp32/blob/master/libraries/ArduinoOTA/examples/OTAWebUpdater/OTAWebUpdater.ino
What Does Your Project Look Like ?
Currently, I use the following libraries
Module ESP32
I use KitC v4 ESP32-WROOM-32
Hardware : ESP32 240MHz, 520KB RAM, 16MB Flash
Software (please complete the following information if applicable)
Additional context
Thank you in advance for your help !
The text was updated successfully, but these errors were encountered: