View Single Post
Old 09-02-2009, 07:21 AM   #7 (permalink)
TheOnly92
The Contributor
 
Join Date: Mar 2009
Posts: 49
Thanks: 0
TheOnly92 is on a distinguished road
Default

When you upload multiple files, $_FILES['txtFile']['name'] is an array, you will have to do $_FILES['txtFile']['name'][0] to retrieve 1 of the files' name.
TheOnly92 is offline  
Reply With Quote