pqina / svelte-filepond

🔌 A handy FilePond adapter component for Svelte
MIT License
252 stars 10 forks source link

Ability to set Metadata #15

Open xpluscal opened 2 years ago

xpluscal commented 2 years ago

Is your feature request related to a problem? Please describe. Filepond offers the ability to equip each file with metadata, but this is not part of the svelte repo yet

Describe the solution you'd like Expose metadata fields in svelte component

Describe alternatives you've considered Vanilla?

rikschennink commented 2 years ago

I think you can use the metadata plugin for this. Or call getFile and then add the metadata. https://pqina.nl/filepond/docs/api/plugins/file-metadata/