Use to POST files to a server.
See FormPostStoreOptions for configuration options.
import { locale } from 'filepond/locales/en-gb.js';
import { FormPostStore } from 'filepond/extensions/form-post-store.js';
defineFilePond({
extensions: [
// Load the BlobLoader extension
[FormPostStore, {
// The BlobLoader properties
}]
]
})