Index: temp/trunk/html/admin/products/product.php
===================================================================
--- temp/trunk/html/admin/products/product.php	(revision 9787)
+++ temp/trunk/html/admin/products/product.php	(revision 9789)
@@ -552,7 +552,7 @@
 	
 	if($objUpFile->temp_file[$arrImageKey[$from_key]]){
-		$dir = $objUpFile->temp_dir;
+		$from_path = $objUpFile->temp_dir . $objUpFile->temp_file[$arrImageKey[$from_key]];
 	}elseif($objUpFile->save_file[$arrImageKey[$from_key]]){
-		$dir = $objUpFile->save_dir;
+		$from_path = $objUpFile->save_dir . $objUpFile->save_file[$arrImageKey[$from_key]];
 	}else{
 		return "";
@@ -560,9 +560,5 @@
 
 	// ¸µ²èÁü¥µ¥¤¥º¤ò¼èÆÀ
-	$from_path = $dir . $objUpFile->temp_file[$arrImageKey[$from_key]];
 	list($from_w, $from_h) = getimagesize($from_path);
-	
-		sfprintr($from_path);
-
 	
 	// À¸À®Àè¤Î²èÁü¥µ¥¤¥º¤ò¼èÆÀ
