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