How to upload large videos (+500MB) to S3 using FileUpload
I need to upload videos to S3 using FileUpload, but the files are over 500MB and I'm running into what seems to be a pretty strict limitation.
I’ve already tried increasing the limits in php.ini and in config/livewire.php, but no luck so far.
Does anyone know how to properly handle large uploads like this? Any recommended approach?
Thanks!
I’ve already tried increasing the limits in php.ini and in config/livewire.php, but no luck so far.
Does anyone know how to properly handle large uploads like this? Any recommended approach?
Thanks!