Rik
Rik
> As an alternative you could get the current files list, determine which files are uploaded or not, and then listen to "processfile" to check if all files are uploaded....
It points to an `input`, I don't see what's wrong with that?
@syzexecutive Perhaps it's a Chrome bug, I wouldn't worry about it.
@CelticParser But they do seem to match up? 
Seems like a bug in Chrome? The `id` is clearly there.
FilePond is not intended to be used as an image gallery, you can however use the preview plugin to show a preview of image files. This combined with [custom CSS](https://pqina.nl/filepond/docs/api/style/#grid-layout)...
The `files` list passed to `onreorderfiles` contains all information for each file, see below how to access it: https://pqina.nl/filepond/docs/api/file-item/
Should be fixed in `2.1.13`
Can you create a test case on Stackblitz? Might help make clear what's going on.
Thanks for reporting. So this doesn't happen when uploading without PATCH?