© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
14 replies
toeknee

SpatieMediaLibrary not uploading files Livewire Component?

Using The interacts with media on the model, and then in the form component we have the standard type of save:

    public function save(): void
    {
        // Validate the form accordingly
        $this->form->validate();

        $stateData = $this->form->getState();

}
    public function save(): void
    {
        // Validate the form accordingly
        $this->form->validate();

        $stateData = $this->form->getState();

}


Looking at the network requests we are having files uploaded to upload-file?expires=3423232342332

any suggestions? Using S3 no errors, not logs. Just no files saved, used to work in V2.
Solution
Double tested, just needed the saveRelationships method added post create.
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

Livewire not finding component?
FilamentFFilament / ❓┊help
15mo ago
Livewire Component Not Working
FilamentFFilament / ❓┊help
2y ago
livewire component
FilamentFFilament / ❓┊help
4mo ago
Livewire custom component - Livewire Sortable
FilamentFFilament / ❓┊help
3y ago