Combine FilePond with Pintura and create the perfect image edit and upload experience.
FilePond follows a Progressive Enhancement strategy, which means that the more modern the browser the more FilePond features are supported.
At the time of this writing not all browsers support dropping of external links, directories or allow pasting files. Some browsers do, those browsers will automatically unlock these functionalities for their users.
To keep file size to a minimum very old browsers are not supported. We can determine if a browser is supported by calling the FilePond.supported()
method.
By using a <input type="file">
as our base element we can fallback to a default file upload scenario if FilePond is not available.
FilePond has been succesfully tested on the following browsers and devices.
To support IE11 we need to install the filepond-polyfill files.
Tested with
We've checked browser compatibility, and have loaded the required polyfills, it's time to install FilePond.