FileDropZone seems to sometimes fire Change Event before .files() are loaded

Sometimes the FileDropZone change event will fire after the .files array is populated and sometime it is before.

So I cannot be certain that .files will be populated when the event fires. It is consistent with a particular file - in other words some files always work and some never do. I have been using PDFs, it may be a file size issue causing a delay.

It looks like I can use the parse event instead, but thought this was interesting enough to pass along.

I experienced the same issue in one of our projects and have to resort to parse as well...even if it was for images.

Thank you both for reporting this! Glad parse works as a workaround for now + filed this as a bug :slight_smile: