Hi,
Is there anybody who managed to upload a file from a web browser to a teensy 4.1 using this asyncWebServer library?
In the cpp file, there is:
AsyncCallbackWebHandler& AsyncWebServer:n(const char* uri, WebRequestMethodComposite method, ArRequestHandlerFunction onRequest, ArUploadHandlerFunction onUpload)
I guess this is what we have to go through. But can't find a way to implement in my webserver initialization...
Any idea?
Is there anybody who managed to upload a file from a web browser to a teensy 4.1 using this asyncWebServer library?
In the cpp file, there is:
AsyncCallbackWebHandler& AsyncWebServer:n(const char* uri, WebRequestMethodComposite method, ArRequestHandlerFunction onRequest, ArUploadHandlerFunction onUpload)
I guess this is what we have to go through. But can't find a way to implement in my webserver initialization...
Any idea?