action_show_file.php
Upload User: feiyaoda
Upload Date: 2016-11-21
Package Size: 9556k
Code Size: 0k
Category:

WEB Mail

Development Platform:

PHP

  1. <?php
  2. if (count($buffer_selection_files)) echo "Only the first file is popuped<br><br>n";
  3. $path = $buffer_selection_files[0];
  4. foreach ($buffer_selection_files as $id => $path)
  5. {
  6.     echo "<a href="view_source.php?path=$path" target="_blank">Show $path</a><br><br>n";
  7. }