Index: temp/trunk/html/admin/products/product.php
===================================================================
--- temp/trunk/html/admin/products/product.php	(revision 9790)
+++ temp/trunk/html/admin/products/product.php	(revision 9794)
@@ -558,6 +558,4 @@
 		return "";
 	}
-
-	sfprintr($from_path);
 	
 	// ¸µ²èÁü¥µ¥¤¥º¤ò¼èÆÀ
@@ -569,6 +567,8 @@
 	
 	if(($objUpFile->temp_file[$arrImageKey[$to_key]] == "" and $objUpFile->save_file[$arrImageKey[$to_key]] == "") or $forced){
-		$path = $objUpFile->saveResizeImage($from_key, $to_w, $to_h);
-		$objUpFile->temp_file[$arrImageKey[$to_key]] = $path;
+		
+		$path = $objUpFile->makeThumb($from_path, $to_w, $to_h);
+		
+		$objUpFile->temp_file[$arrImageKey[$to_key]] = basename($path);
 	}
 }
