Index: /branches/dev/data/class/SC_UploadFile.php
===================================================================
--- /branches/dev/data/class/SC_UploadFile.php	(revision 14466)
+++ /branches/dev/data/class/SC_UploadFile.php	(revision 14467)
@@ -129,5 +129,5 @@
                     // Éé²ÙÊ¬»¶»þ¤Ï¤¹¤Ù¤Æ¤Î¥µ¡¼¥Ð¤«¤éºï½ü
                     if($this->multi_web_server_mode === true) {
-                        ftpDeleteFile($this->save_dir . $this->temp_file[$cnt]);
+                        ftpDeleteFile($this->temp_dir . $this->temp_file[$cnt]);
                     } else {
                         $objImage->deleteImage($this->temp_file[$cnt], $this->save_dir);
