Closed s1lvi0 closed 1 year ago
Hi @s1lvi0
There is no filesystem for STM32 core, such as LittleFS. Therefore no similar feature like ESP32/ESP8266 for FS.
The examples are just examples
to show basic library's features, and please don't expect they will cover all use cases.
You have to adapt it by yourself to your use-case. I also have no plan to make it working with other FS, such as SD, SDFat, etc.
Good Luck,
Ok, so the upload is not implemented in this library?
No
ok, thank you
Hi I'm trying to handle a file upload but I can't find an example to do it.
I'm trying to print on serial the contnet on the uploaded file. I tried this code wich displays the upload page on /upload but when I upload a simple text file of a few bytes, the handleUpload function is never called.
Thanks for the help.