Upload a Folder

Using the CloudStorageDemo I am trying to figure out the best way to upload all the files in a folder (containing NexusDB database files) without having to select each file individually. Any tips on the best way to do this?



Thanks

Hi,


Please note that bulk uploading is currently not supported.
You'll have to upload the files one at a time.

Thanks and noted. I don't want users to have to select each file in turn (or all the files at once), so is it possible to programmatically select all the files when the Opendialog opens and then iterate through the files in the upload method?

Unfortunately TMS VCL Cloud Pack currently has no built-in functionality to upload multiple files from a folder.

You'll have to manually iterate the files in the folder and call the upload method for each one.

Understood. Hope you'll be able to provide such an essential feature asap. Thanks for your help.