© 2026 Hedgehog Software, LLC

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

Multiple file upload grid Reorderable not working

Hey, guys, this code, and it uploads images fine, but when I try to reorder them, its not even working. How do you solve this?

How to reorder already uploaded files?

  FileUpload::make('images')
->multiple()
->saveRelationshipsUsing(function ($record, $state) { ... })
// here, nothing gets evaluated. 
->reorderUploadedFilesUsing(function ($state) { dd($state); })
  FileUpload::make('images')
->multiple()
->saveRelationshipsUsing(function ($record, $state) { ... })
// here, nothing gets evaluated. 
->reorderUploadedFilesUsing(function ($state) { dd($state); })
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

Reorderable Table not working
FilamentFFilament / ❓┊help
14mo ago
multiple file upload
FilamentFFilament / ❓┊help
16mo ago
How to change multiple file upload grid column
FilamentFFilament / ❓┊help
3y ago
Multiple FIleUpload Reorderable
FilamentFFilament / ❓┊help
2y ago