Uploader api get file list before uploading.

Hi webix team,

I want to get file list when multiple selected from file dialog before uploading to server.
I am autosending files to server after select but not all calls are send to backend when multiple selected.

so I want to check how many files I have added before sendin to server.

How to get selected file list after selecting files?

Please reply.

Hello @Prarthana,
For auto-uploading, there’s an onBeforeFileAdd event, where you can check/change the properties of a file.
Please check this snippet: https://webix.com/snippet/249865c5

I want to delay the upload file if mulitple files selected, will you please tell me how to do that?

check this thread
it should help you

I got the error…thank you.