Implemented background multiple upload (issue #1989)
[pithos-web-client] / src / gr / grnet / pithos / web / client / commands / UploadFileCommand.java
index fc2f838..a97f161 100644 (file)
@@ -67,7 +67,8 @@ public class UploadFileCommand implements Command {
                if(containerPanel!=null)
                        containerPanel.hide();
                
-        FileUploadDialog dlg = new FileUploadDialog(app, folder);
+        FileUploadDialog dlg = app.getFileUploadDialog();
+        dlg.setFolder(folder);
                dlg.center();
        }
 }