View Single Post
  #2 (permalink)  
Old 07-11-05, 04:57 PM
dennispopel dennispopel is offline
Coding Addict
 
Join Date: Mar 2005
Posts: 263
Thanks: 0
Thanked 0 Times in 0 Posts
Hello,

Just create additional fields in the form in the loop where you create the upload fields and name them like author[], date[] etc. You will then access them just like the $_FILES array, but using the $_POST array.
__________________
onPHP5.com - PHP5: Articles, News, Tutorials, Interviews, Software and more
Reply With Quote