Large file upload using sanic api

Hi All,

I am working on creating api for one of the use cases. The current option which sanic has for supporting upload relies on uploading all the data in memory which limits the file upload size with reference to the system ram. Is there a way to upload multiple large file upload size greater than 10gb. I tried looking into the documentation but did not find much, i saw a issue raised on git which is marked for enahancement.

Any help on suggestion on this would be of great help to me.