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