multi file upload with total size limit
Hello team
I am trying to limit a user to allow multiple file uploads, which is working, but I also want to set an overall limit of 20mb.
Let's say
Case 1 : upload 4 files each of 5mb (
)
Case 2: upload 1 file of 20 mb (
)
Case 3: upload 3 files of 10 mb (
)
Case 4: upload 1 file of 21 or more mb (
)
I am using laravel 11.31, Livewire 3.0 and filament 3.2
Do help if if you have any solution for this.
I am trying to limit a user to allow multiple file uploads, which is working, but I also want to set an overall limit of 20mb.
Let's say
Case 1 : upload 4 files each of 5mb (
Case 2: upload 1 file of 20 mb (
Case 3: upload 3 files of 10 mb (
Case 4: upload 1 file of 21 or more mb (
I am using laravel 11.31, Livewire 3.0 and filament 3.2
Do help if if you have any solution for this.