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. #713Changelog
4.27.0
allowMinimumUploadDuration
set to false
to prevent a minimum upload time of 750ms.Changelog
4.26.2
setMetadata
internal silent
bool now does fire internal DID_UPDATE_ITEM_METADATA
but doesn't trigger upload or file prepare logic. This fixes an issue with the new image editor and file poster plugins.Changelog
4.26.0
headers
property of the server.process
end point can now be a function.