What is the best way to upload files larger than 1 GB?
Current Situation :: We're using flask to deploy webserver. We have to upload files larger than 1 GB. Previously we only uploaded few mbs of files. So, it wasn't a problem but now with files larger than 1 GB the old method of upload is not possible. The server just timeout.
So is there a good way to upload files?