Index: temp/trunk/html/admin/products/product.php
===================================================================
--- temp/trunk/html/admin/products/product.php	(revision 9134)
+++ temp/trunk/html/admin/products/product.php	(revision 9135)
@@ -506,5 +506,4 @@
 	switch ($_POST['image_key']){
 		case "main_large_image":
-		
 			// °ìÍ÷¥á¥¤¥ó²èÁü
 			lfMakeScaleImage($_POST['image_key'], "main_list_image");
@@ -541,4 +540,5 @@
 		$path = $objUpFile->saveResizeImage($_POST['image_key'], $scale);
 		$objUpFile->temp_file[$arrImageKey[$to_key]] = $path;
+		sfprintr($path);
 	}
 }
