Павел
Либа красивая. Показывает превьюшку файла для заливки
ты же можешь прееопределить этот метод. из их доки
FilePond.setOptions({
server: {
remove: (source, load, error) => {
// Should somehow send source
to server so server can remove the file with this source
// Can call the error method if something is wrong, should exit after
error('oh my goodness');
// Should call the load method when done, no parameters required
load();
}
}
});