© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
5 replies
Frédéric

Reverse upload image preview

Hey, can we reverse the preview's order for the upload file ? The first uploaded image is the lastest in the aera. Can it be the first one like it's store in database ? Thx
Solution
@methos3469 Chain ->appendFiles()

https://filamentphp.com/docs/3.x/forms/fields/file-upload#reordering-files

FileUpload::make('attachments')
    ->multiple()
    ->reorderable()
    ->appendFiles()
FileUpload::make('attachments')
    ->multiple()
    ->reorderable()
    ->appendFiles()
File upload - Form Builder - Filament
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

Image upload preview
FilamentFFilament / ❓┊help
3y ago
Get Preview Image from Upload
FilamentFFilament / ❓┊help
3y ago
File (image) upload preview as grid
FilamentFFilament / ❓┊help
2y ago
File upload preview
FilamentFFilament / ❓┊help
3y ago