Rik

Results 433 comments of 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? ![CleanShot 2023-09-29 at 11 08 56@2x](https://github.com/pqina/filepond/assets/1132575/dcc56963-0f8d-4c09-9554-85a20b2292f4)

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/

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?