A file upload widget using the awesome FilePond javascript library https://pqina.nl/filepond/ by Rik Schennink
Features
Usage (with submit button)
Usage (automatic, no submit button required)
See the FilePondUpload_Sample for examples of how to use the widgets.
See Documentation for how to include Doka files for image editing and further detail of configuration and options.
This version resolves an issue where uploads for large files would sometimes fail. The query to append chunks slowed when the size of the file was large. Now individual chunks take the same amount of time regardless of the size of the file.