Index: branches/dev/html/admin/products/product.php
===================================================================
--- branches/dev/html/admin/products/product.php	(revision 14426)
+++ branches/dev/html/admin/products/product.php	(revision 14432)
@@ -553,5 +553,4 @@
 			// ¾ÜºÙ¥á¥¤¥ó²èÁü
 			lfMakeScaleImage($_POST['image_key'], "main_image");
-            $arrKey[] = "main_image";
 		case "main_image":
 			// °ìÍ÷¥á¥¤¥ó²èÁü
Index: branches/dev/data/class/SC_UploadFile.php
===================================================================
--- branches/dev/data/class/SC_UploadFile.php	(revision 14431)
+++ branches/dev/data/class/SC_UploadFile.php	(revision 14432)
@@ -60,5 +60,5 @@
             
             // FTPÍÑ¥Õ¥¡¥¤¥ë°ì»þ³ÊÇ¼ÍÑ¥Ç¥£¥ì¥¯¥È¥êºîÀ®
-            $ftp_temp_dir = makeFtpTempDir($this->temp_dir);
+            $ftp_temp_dir = $this->makeFtpTempDir($this->temp_dir);
             
             $dst_file = $ftp_temp_dir . $uniqname;
