in Ordner suchen ' }}', allowMultiple: {{ isset($attributes['multiple']) ? 'true' : 'false' }}, server: { process: (fieldName, file, metadata, load, error, progress, abort, transfer, options) => { @this.upload('{{ $attributes['wire:model'] }}', file, load, error, progress) }, revert: (filename, load) => { @this.removeUpload('{{ $attributes['wire:model'] }}', filename, load) }, load: (source, load, error, progress, abort, headers) => { @this.load('{{ $attributes['wire:model'] }}', load, error, progress, abort, headers) }, }, }); FilePond.create($refs.input); " >