6 Replies
you can use
->preserveFilenames
or getUploadedFileNameForStorageUsing
https://filamentphp.com/docs/2.x/forms/fields#file-uploadI would not like preserve file name - But use the file name save in storeFileNamesIn to show list files.
not sure if it is possible..
if use preserveFilenames the files is overridden if they have the same name?
override I think
Did you try it?
Yes, the files is deleted.
It's possible use SpatieMediaLibraryFileUpload with Repeater? In tests this not work.
👏 in my tests this work.