Index: temp/trunk/html/test/uehara/tree.php
===================================================================
--- temp/trunk/html/test/uehara/tree.php	(revision 8596)
+++ temp/trunk/html/test/uehara/tree.php	(revision 8597)
@@ -23,6 +23,8 @@
 case 'download':	
 case 'delete':
-	// ¸½ºß¤Î¥Õ¥©¥ë¥À¤òÉ½¼¨
+	// ¸½ºß¤Î³¬ÁØ¤ò¼èÆÀ
 	$now_dir = $_POST['now_file'];
+	// ¥¨¥é¡¼¥Á¥§¥Ã¥¯
+	if(is_array(lfErrorCheck()) break;
 
 case 'view':
@@ -33,5 +35,4 @@
 		// javascript¤ÇÊÌÁëÉ½¼¨(¥Æ¥ó¥×¥ì¡¼¥ÈÂ¦¤ËÅÏ¤¹)
 		$file_url = ereg_replace(USER_PATH, USER_URL, $_POST['select_file']);
-sfprintr($file_url);
 		$objPage->tpl_javascript = "win02('". $file_url ."', 'user_data', '600', '400');";
 	}
@@ -138,4 +139,7 @@
 function lfErrorCheck($array) {
 
+	if($_POST['select_file']) {
+		$arrErr['select_file'] = "¢¨¡¡¥Õ¥¡¥¤¥ë¤¬ÁªÂò¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£";
+	}
 	
 	return $arrErr;
