Example demonstates how to upload directory structure info to the server. This allows to recreate directory structure at server side.
Before running this sample you need to replace upload processing script file name at "Upload.UploadUrl" parameter of JavaPowUpload APPLET. Files uploads to the UploadedFiles\ folder at the folder containing script. Script value can be:
For PHP : FileProcessingScripts/PHP/DirectoryUpload.php
For ASP.NET (C Sharp): FileProcessingScripts/ASP.NET/CSharp/DirectoryUpload.aspx(Default script)
For ASP.NET (PowUpload .NET control): FileProcessingScripts/ASP.NET/PowUpload/DirectoryUpload.aspx
You can download latest release of Java runtime here