Filament Upload Progressbar not working large size files
For files over 100 mb, the upload status does not appear at all, what could be the reason?
24 Replies
What is your upload limit?
20 GB
Upload is fine but progress not showing
Are you getting any errors in your console?
nothing
And its only with files over 100mb?
what about 95mb?
if file larger than 100 mb not showing, no any errors
only small files show progressbar
Can you find the threshold where it doesn't show?
looks like it's not stable, i can't see it at low scales files right now
Can you provide the code of the field in use?
using Resource
code block in EditEvent.php
what are your
in your php.ini?
and in your
config/livewire.php
what is your rule for temporary_file_upload
?can you maybe put your code in a code block
so the indentations get saves
its three times: `
around your code
sure
hmm okay
10000000 is in KB i think
so 100000000000M is 102400000000000 i think
not worked, upload is complete but progress bar does not exists, this issue is also experiencing on nova & laravel vapor , they fixed it last week, https://github.com/laravel/nova-issues/issues/5256 It's a really bad situation, it pushes me to create a custom page because I can't use the upload properly,
Is it just me having this problem or does anyone else have it too?
GitHub
Missing upload progress on Vapor field · Issue #5256 · laravel/nova...
Laravel Version: 9.48.0 Nova Version: 4.21.0 PHP Version: 8.1.13 Database Driver & Version: - Operating System and Version: - Browser type and version: - Reproduction Repository: - Descript...
what console erros do you get
its not the same issue as nova
i have no any errors