Fixed brackets
authorChristos Stathis <chstath@ebs.gr>
Fri, 27 Jan 2012 09:10:51 +0000 (11:10 +0200)
committerChristos Stathis <chstath@ebs.gr>
Fri, 27 Jan 2012 09:10:51 +0000 (11:10 +0200)
src/gr/grnet/pithos/web/client/FileUploadDialog.java

index a0f1f62..17c489e 100644 (file)
@@ -231,7 +231,7 @@ public class FileUploadDialog extends DialogBox {
                        preinit: {
                                UploadFile: function(up, file) {
                                        up.settings.url = path + "/" + file.name + "?X-Auth-Token=" + token;
-                                       up.settings.file_data_name = "X-Object-Data";
+                                       up.settings.file_data_name = "X-Object-Data";                           
                                }
                        }
                });