Page 1 of 1

VL Web multiple document download

Posted: Wed Feb 07, 2024 6:35 am
by davidbalansa
Hi Group,

In the VL Web 'Start with a Template' code generator (Left Navigation for example), the application produced contains document upload and download functionality.

The download multiple documents functionality does not work. It only downloads one document in the selected list.

It looks like a bug. Has anyone else encountered this and got it to work?
Download screenshot .png
Download screenshot .png (44.79 KiB) Viewed 14253 times

Regards
David

Re: VL Web multiple document download

Posted: Thu Feb 08, 2024 1:04 am
by adale
I had made a copy of the xAttachment dialog to use in one of my VL web applications and noticed the same.
Looking into it, and I could be wrong, but I didn't see where the sample dialog had logic to build a collection of the selected items.
The multiple selection wasn't a need for us, so I just edited the icon hint to only refence "file" not "files".

I found a couple of examples of selecting multiple items from a list in these samples:
xDemoWebDragandDrop
xDemoWebDragandDropTree

I believe they would include the extra coding logic needed to define and build the collection for the selected items, then be able to download multiple items.