pqina / svelte-filepond

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

Ability to set Metadata #15

Open xpluscal opened 1 year ago

xpluscal commented 1 year 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 1 year 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/