You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently experiencing an issue where, in my filebatchuploadcomplete event handler and on completion of a batch upload of just one file, the Files variable is an empty array; whereas after completion of a batch upload of multiple files I get an array of Files objects of the successfully uploaded files.
I've switched the event type to fileuploaded, which does show all of them as expected, in both cases of singular and multiple file uploads.
How to form submission event bind with this input field and data. After manual form submission data do not bind with files input.
Please provide some reference link if possible
Hi,
I'm currently experiencing an issue where, in my filebatchuploadcomplete event handler and on completion of a batch upload of just one file, the Files variable is an empty array; whereas after completion of a batch upload of multiple files I get an array of Files objects of the successfully uploaded files.
I've switched the event type to fileuploaded, which does show all of them as expected, in both cases of singular and multiple file uploads.
The text was updated successfully, but these errors were encountered: