© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
1 reply
Jamie Cee

Issue uploading file

So randomly in my staging environment, files have stop uploading (did previously work).

Im not sure why, as the error is suuuuper helpful, oh how we love laravel.

                            Fieldset::make('Offer Image')
                                ->schema([
                                    Forms\Components\FileUpload::make('avatar')
                                        ->image()
                                        ->disk('public')
                                        ->directory('offers')
                                        ->imageEditor()
                                        ->imageEditorMode(2),
                                ]),
                            Fieldset::make('Offer Image')
                                ->schema([
                                    Forms\Components\FileUpload::make('avatar')
                                        ->image()
                                        ->disk('public')
                                        ->directory('offers')
                                        ->imageEditor()
                                        ->imageEditorMode(2),
                                ]),


Anyone got any ideas what it may be?
image.png
image.png
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

When Uploading filed I get Error livewire/upload-file
FilamentFFilament / ❓┊help
16mo ago
Uploading file just dissapears
FilamentFFilament / ❓┊help
3y ago
Issue uploading Webp image
FilamentFFilament / ❓┊help
11mo ago
File Uploading problem 401 Error.
FilamentFFilament / ❓┊help
9mo ago