Index: temp/trunk/html/test/uehara/tree.php
===================================================================
--- temp/trunk/html/test/uehara/tree.php	(revision 8622)
+++ temp/trunk/html/test/uehara/tree.php	(revision 8623)
@@ -49,8 +49,14 @@
 		} else {
 			// ¥Õ¥¡¥¤¥ë¤Î¾ì¹ç¤Ï¥À¥¦¥ó¥í¡¼¥É¤µ¤»¤ë
-			Header("Content-disposition: attachment; filename=".basename($_POST['select_file']));
+			/*Header("Content-disposition: attachment; filename=".basename($_POST['select_file']));
 			Header("Content-type: application/octet-stream; name=".basename($_POST['select_file']));
 			Header("Cache-Control: ");
 			Header("Pragma: ");
+			*/
+			header("Accept-Ranges: none");
+			header("Content-Disposition: attachment; filename=".$_POST['select_file']);
+			header("Content-Transfer-Encoding: binary");
+			header("Content-Length: ". strlen($_POST['select_file']) );
+			header("Content-Type: text/octet-stream");
 		}
 	}
Index: temp/trunk/html/test/uehara/file_view.php
===================================================================
--- temp/trunk/html/test/uehara/file_view.php	(revision 8618)
+++ temp/trunk/html/test/uehara/file_view.php	(revision 8623)
@@ -7,4 +7,9 @@
 
 require_once("../../require.php");
+
+			Header("Content-disposition: attachment; filename=".basename($_POST['select_file']));
+			Header("Content-type: application/octet-stream; name=".basename($_POST['select_file']));
+			Header("Cache-Control: ");
+			Header("Pragma: ");
 
 // ¥Õ¥¡¥¤¥ëÆâÍÆÉ½¼¨
