| Posted by Steve on 06/18/72 11:28 
> cat file1.txt file2.txt
 > But I'm having problems using the names of the files uploaded.  I used
 > a for loop to grab each file name and put them in an array, and can
 > successfully view the array to verify its contents.  The problem occurs
 > when I try this:
 
 > exec('cat " . $Array['0'] . " ....blah blah
 
 You probably need to move the files from the temporary upload directory
 before you can process them.
 
 See <http://www.php.net/features.file-upload> and
 <http://www.php.net/manual/en/function.move-uploaded-file.php>.
 
 ---
 Steve
  Navigation: [Reply to this message] |