Index: temp/trunk/html/test/uehara/tree.php
===================================================================
--- temp/trunk/html/test/uehara/tree.php	(revision 8714)
+++ temp/trunk/html/test/uehara/tree.php	(revision 8715)
@@ -28,9 +28,6 @@
 // ¥Õ¥¡¥¤¥ë´ÉÍý¥¯¥é¥¹
 $objUpFile = new SC_UploadFile(IMAGE_TEMP_DIR, $now_dir);
-
 // ¥Õ¥¡¥¤¥ë¾ðÊó¤Î½é´ü²½
 lfInitFile();
-// Hidden¤«¤é¤Î¥Ç¡¼¥¿¤ò°ú¤­·Ñ¤°
-$objUpFile->setHiddenFileList($_POST);
 
 switch($_POST['mode']) {
@@ -90,5 +87,5 @@
 	// ²èÁüÊÝÂ¸½èÍý
 	$ret = $objUpFile->makeTempFile('upload_file');
-	if($ret !="") $arrErr['upload_file'] = $ret; 
+	if($ret != "") $arrErr['upload_file'] = $ret; 
 sfprintr($arrErr);
 	break;
@@ -122,5 +119,8 @@
 }
 
-/* ¥Õ¥¡¥¤¥ë¾ðÊó¤Î½é´ü²½ */
+/* 
+ * ´Ø¿ôÌ¾¡§lfInitFile()
+ * ÀâÌÀ¡¡¡§¥Õ¥¡¥¤¥ë¾ðÊó¤Î½é´ü²½
+ */
 function lfInitFile() {
 	global $objUpFile;
