Index: temp/trunk/html/test/uehara/tree.php
===================================================================
--- temp/trunk/html/test/uehara/tree.php	(revision 8712)
+++ temp/trunk/html/test/uehara/tree.php	(revision 8713)
@@ -25,5 +25,5 @@
 	$now_dir = $top_dir;
 }
-sfprintr($_FILES);
+
 // ¥Õ¥¡¥¤¥ë´ÉÍý¥¯¥é¥¹
 $objUpFile = new SC_UploadFile(IMAGE_TEMP_DIR, $now_dir);
@@ -87,10 +87,7 @@
 // ¥Õ¥¡¥¤¥ë¥¢¥Ã¥×¥í¡¼¥É
 case 'upload':
-
-	// ¥Õ¥¡¥¤¥ëÂ¸ºß¥Á¥§¥Ã¥¯
-	$arrErr = (array)$objUpFile->checkEXISTS($_POST['upload_file']);
-sfprintr($arrErr);
+sfprintr($_FILES);
 	// ²èÁüÊÝÂ¸½èÍý
-	$arrErr[$_POST['upload_file']] = $objUpFile->makeTempFile($_POST['upload_file']);
+	$arrErr['upload_file'] = $objUpFile->makeTempFile('upload_file');
 sfprintr($arrErr);
 	break;
Index: temp/trunk/data/class/SC_CheckError.php
===================================================================
--- temp/trunk/data/class/SC_CheckError.php	(revision 8707)
+++ temp/trunk/data/class/SC_CheckError.php	(revision 8713)
@@ -464,5 +464,5 @@
 	// value[0] = ¹àÌÜÌ¾ value[1] = È½ÄêÂÐ¾Ý value[2]=array(³ÈÄ¥»Ò)	
 	function FILE_EXT_CHECK( $value ) {			// ¼õ¤±¼è¤ê¤¬¤Ê¤¤¾ì¹ç¥¨¥é¡¼¤òÊÖ¤¹
-		if(isset($this->arrErr[$value[1]]) || count($this->arrErr[$value[2]]) == 1) {
+		if(isset($this->arrErr[$value[1]]) || count($this->arrErr[$value[2]]) == 0) {
 			return;
 		}
