FilamentF
Filament4w ago
Xavi

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!
Solution
Set the Livewire temporary disk to S3, too. Then it uploads to S3 directly
Was this page helpful?