Page 1 of 1

Drag'n drop and child directories

Posted: Tue Oct 07, 2008 11:07 pm
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

Re: Drag'n drop and child directories

Posted: Wed Oct 08, 2008 6:48 am
by support
Yes, try to add:
<PARAM NAME="folderdepth" VALUE="-1">

Re: Drag'n drop and child directories

Posted: Wed Oct 08, 2008 9:30 pm
by dstonek
Great!
That's what I need?
Thanks