Help for this page

Select Code to Download


  1. or download this
    <input type="file" name="file3" size="20">
    
  2. or download this
    for ($i=1; $i<=5; $i++) {
          if ($q->param("file$i")) {
          }
    }