Changelog
4.30.0
labelFileSizeBytes
, labelFileSizeKilobytes
, labelFileSizeMegabytes
, labelFileSizeGigabytes
#763Changelog
4.29.0
DID_LOAD_ITEM
hook.Changelog
4.28.2
Changelog
4.28.0
storeAsFile
property, if set to true
FilePond will attempt to store the file objects in file input elements allowing file submit along with parent form (no need for server
property). This only works if the browser supports the DataTransfer constructor, this is the case on Firefox, Chrome, Chromium powered browsers and Safari version 14.1 and higher.Changelog
4.27.3
allowRemove
to impact other instances of FilePond. #713