I'm trying to use the file zipper example to copy a directory that has a sub-directory under it. All of the files are being included, but the directory structure is lost. According to the sample code on
http://browserplus.yahoo.com/developer/web/code/zipper/,
--------------------------------------------------------
File Zipper is a demonstration of chaining BrowserPlus services together. Select multiple files using FileBrowse, zip them together with the Zipper Service, to
create a single compressed archive that preserves the folder structure. The archive is then uploaded with the Uploader Service.
--------------------------------------------------------
Has anyone tried this example with the expected results?
I'm trying to create a drag-and-drop file upload with BrowserPlus. Unfortunately, trying to get the directory info from dropped files and using that info for creating directories on the server is apparently nearly impossible.
So I decided to go the zip route and just unzip the files on to the server with some server side code. But this doesn't seem like it's going to work either.
Anyone with any suggestions? Or links to any better examples? Or better documentation?
Thanks,
JoeC