The problem is I have to send a large video file to a web server.
The web server I am using is based on FastAPI and the client is the Python Requests library.
I did many research and can't able to find a good reliable way to send video to the server. The video size I am expecting is around 50MB.
Please help me to find a reliable method to send the file to server.