Help for this page

Select Code to Download


  1. or download this
    @files = ("one.zip","twotwo.doc","three3.ppt");
    
  2. or download this
    @onlyNames = ("one","twotwo","three3");
    
    @onlyExt = ("zip","doc","ppt");<br>