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
3 Replies
Frédéric
Frédéric3mo ago
Hello, little up 😄 Hello, Nobody have a solution ? 😢
Solution
Yuvraj Timalsina
@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()
Frédéric
Frédéric3mo ago
Thx a lot ... i fill stupid, i didn't see this method ^^'