Index: branches/version-2/data/class/SC_UploadFile.php
===================================================================
--- branches/version-2/data/class/SC_UploadFile.php	(revision 16953)
+++ branches/version-2/data/class/SC_UploadFile.php	(revision 17045)
@@ -108,6 +108,6 @@
                                 $this->temp_file[$cnt] = $_FILES[$keyname]['name'];
                             }
-                            $result  = copy($_FILES[$keyname]['tmp_name'], $this->temp_dir. "/". $this->temp_file[$cnt]);
-                            GC_Utils_Ex::gfPrintLog($_FILES[$keyname]['name']." -> ".$this->temp_dir. "/". $this->temp_file[$cnt]);
+                            $result  = copy($_FILES[$keyname]['tmp_name'], $this->temp_dir . $this->temp_file[$cnt]);
+                            GC_Utils_Ex::gfPrintLog($_FILES[$keyname]['name']." -> ". $this->temp_dir . $this->temp_file[$cnt]);
                         }
                     }
@@ -143,5 +143,5 @@
             if ($val == $keyname) {
                 if($this->temp_file[$cnt] != "") {
-                    $filepath = $this->temp_dir . "/" . $this->temp_file[$cnt];
+                    $filepath = $this->temp_dir . $this->temp_file[$cnt];
                 }
             }
