Hi!, I've implemented Media upload in my app, it uploads the file locally and then POST to my own API.
For small to medium size files (videos) it works perfectly but when I try big files (800 MB and more) it fails without too many details.
I know my API works because I've tried with the same file using Postman and it works perfectly.
Any reasons or possible fixes?