Index: temp/trunk/html/admin/products/product.php
===================================================================
--- temp/trunk/html/admin/products/product.php	(revision 9111)
+++ temp/trunk/html/admin/products/product.php	(revision 9112)
@@ -125,10 +125,9 @@
 	
 	// Ãæ¡¢¾®²èÁüÀ¸À®
-	$arrImageKey = array_flip($objUpFile->keyname);
-	sfprintr($arrImageKey[$_POST['image_key']]);
 	sfprintr($_POST['image_key']);
 	
-	sfprintr($objUpFile);
-	$objUpFile->temp_file[3] = $objUpFile->temp_file[4];
+	$path = $objUpFile->saveResizeImage($_POST['image_key'],0.5);
+	
+	sfprintr($path);
 	
 	lfProductPage(); // ¾¦ÉÊÅÐÏ¿¥Ú¡¼¥¸
