Help for this page

Select Code to Download


  1. or download this
    if (ref($param) && defined(fileno($param)) {
       is file
    } else {
       isn't
    }
    
  2. or download this
    if ($cgi->uploadInfo($param)) {
       is file
    } else {
       isn't
    }