Multiple file upload is supported?

Hi,
I’m using javascript sdk, I need to upload multiple files and the Backendless.Files.upload can receive an array as file parameter, but, when I pass an array with multiple files, I got the error: Error: Wrong type of the file source object. Can not get file name at Files.upload.

Thank you

Hi Dario,

No, multiple file upload is not supported in the SDK. You’ll need to upload the files individually.

Regards,
Mark

Thank you