I am trying to make the applet download a folder with all the contained files and subfolders. I have "relativefilename" set to "true" and "folderdepth" set to "-1".
The applet makes a "cmd=list" request and my server-side script lists the following:
- Code: Select all
<pre>
file 1347446132 3968471 60105e-r5-DA40-D-AFM.pdf<br>
folder 1347468769 4096 Unzipped Files<br>
</pre>
The first item, the file, gets downloaded properly. However, for the second item, the subfolder, it doesn't seem to take into account that it is a folder and it makes the same "cmd=download" request. Please let me know how do I make it list its contents, download the files, etc..? I don't seem to figure that out from the included PHP example script.
Thank you,
Vlad