Changelog
4.19.0
supports
method, now correctly detects MacOS Safari 8.removeFiles({ revert: false })
not working.Changelog
4.18.0
fetch
when loading remote URLs, if no custom fetch supplied, will use default request.Changelog
4.17.1
Changelog
4.17.0
allowProcess
, set to false
to remove processing button and related abort / retry processing controls.Changelog
4.16.0
allowSyncAcceptAttribute
, set to false
to prevent FilePond from setting the file input field accept
attribute to the value of the acceptedFileTypes
.Changelog
4.14.0
oninitfile
, called when file is first initialised, can be used to immediately set metadata.Changelog
4.13.7
4.13.5
and 4.13.6
where removeFile would revert upload.{ revert: true }
as parameter to removeFile
and removeFiles
methods. Where in the previous two fix versions reverting was added to be done automatically this new parameter now needs be set to revert the upload.