Index: temp/trunk/html/admin/products/product.php
===================================================================
--- temp/trunk/html/admin/products/product.php	(revision 9107)
+++ temp/trunk/html/admin/products/product.php	(revision 9108)
@@ -125,5 +125,6 @@
 	
 	// Ãæ¡¢¾®²èÁüÀ¸À®
-	sfprintr(array_flip($objUpFile->keyname));
+	$arrImageKey = array_flip($objUpFile->keyname);
+	sfprintr($arrImageKey[$_POST['image_key']]);
 	sfprintr($_POST['image_key']);
 	
