© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
3 replies
Atena.D

Error during upload with Filament fileupload

I see this error every time I want to upload a large file like more than 1 MB though the maximum file size in
livewire.php
livewire.php
is 12 MB and max upload time is 5 min.
I also tried
->maxSize(1024 * 10)
->maxSize(1024 * 10)
on FileUpload class but the same error keeps popping up after uploading a file more than 1 MB.

Here is my code:
FileUpload::make('file')
                                        ->directory('projects/attachments')
                                        ->enableDownload()
                                        ->enableOpen()
                                        ->required(),
FileUpload::make('file')
                                        ->directory('projects/attachments')
                                        ->enableDownload()
                                        ->enableOpen()
                                        ->required(),


What should I do?
Solution
Check you php configuration (
php.ini
php.ini
) and your server configuration too.
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

FileUpload Error During Upload Problem
FilamentFFilament / ❓┊help
3y ago
Error during upload
FilamentFFilament / ❓┊help
2y ago
Chunk upload to Filament's FileUpload?
FilamentFFilament / ❓┊help
2y ago
Filament curator upload error
FilamentFFilament / ❓┊help
12mo ago