Stop FilePond from appending -v<number> to file names
I'm in the process of customizing the ralphjsmit media library plugin for my needs and i noticed that my file names are always changed to be appended with -v<number> once i edit them through the ->imageEditor method of the underlying SpatieMediaLibraryFileUpload component.
I managed to track the issue to the filepond configuration in the
vendor/filament/forms/resources/js/components/file-upload.js
file
to be exact on the line 689 :
however i have no idea which is the best way to override or change this behavior to suit my needs.0 Replies