3 Replies
You need to change the livewire config to change to 120MB since its default to 12MB. Tutorial https://laraveldaily.com/post/laravel-filament-how-to-upload-video-files
Laravel Daily
Laravel Filament: How To Upload Video Files
for me it was just setting the upload_max_filesize=20M
Thanks!
I think this should be added to the docs on the Fileupload Field π
But i couldnt quickly find out how to contribute to the docs
GitHub
Add instructions for uploading large files to 09-file-upload.md by ...
Description
I stumbled about the problem of uploading large files and found other people online struggling with it, so I thought, it was relevant to add to the documentation.
Visual changes
Functi...