Can multiple documents and/or folders of documents be uploaded at the same time using Servoy 6.x and webclient?
Dean
Can multiple documents and/or folders of documents be uploaded at the same time using Servoy 6.x and webclient?
Dean
Servoy supports a multi upload “dialog” in the web, see file plugins showFileOpenDialog with the multi select boolean and the callback url (which gets an array if jsfiles that are uploaded)
Thank you Johan.
Is there a sample solution available that shows this for the webclient?
Dean
Hereby a simple sample of how this works.
When uploading you can select individual files which will be added to the Servoy upload dialog.
sample_file_upload.servoy (3.47 KB)
Thank you very much Vincent.
Dean