Index: temp/trunk/html/test/uehara/file_view.php
===================================================================
--- temp/trunk/html/test/uehara/file_view.php	(revision 8719)
+++ temp/trunk/html/test/uehara/file_view.php	(revision 8720)
@@ -16,5 +16,5 @@
 );
 
-$arrResult = split('/', $_GET['file']);
+$arrResult = split('.', $_GET['file']);
 $ext = $arrResult[count($arrResult)-1];
 
