Hello i am trying to build OTA in my webserver i build a webserver using ESPAsyncWebServer . I builded OTA using that it works fine .Then i later to know about websocket i wanted to try uploading the bin file using websocket. But i am not able to receive the data .When i check the webserver data using console log data is sending when i click upload on my server .
if anyone have any example of upload file using websockets can you share it .
Also if someone can help me with the code let me know .i ll provide the necessary details about my code