Drag'n drop and child directories

Upload core product.
Post Reply
dstonek
Posts: 52
Joined: Fri Mar 21, 2008 3:19 pm

Drag'n drop and child directories

Post by dstonek »

If I drag'n drop certain dir to the applet it only process files from the top level.
Is it possible to also process files that belong to child dirs?
In my case I don't care about keeping dir order, I only need all files from subdirs to be processed.
Thank you

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Drag'n drop and child directories

Post by support »

Yes, try to add:
<PARAM NAME="folderdepth" VALUE="-1">

dstonek
Posts: 52
Joined: Fri Mar 21, 2008 3:19 pm

Re: Drag'n drop and child directories

Post by dstonek »

Great!
That's what I need?
Thanks

Post Reply