Re: [PHP] Multiple Uploads in one form

2001-09-20 Thread Jay Paulson
Hello- I'm having a problem once I upload a file and I need to copy it to a new directory using php. The error message I keep getting is this: Warning: Unable to create '/home/krox/krox.com/htdocs/images/101x_button.gif': Permission denied in /php/news/news.class.php on line 227 My question is

Re: [PHP] Multiple Uploads in one form

2001-09-20 Thread Jay Paulson
Quick question... how do I get the information out of the $imageFile array that is here in the phpinfo? HTTP_POST_FILES["imageFile"] Array ( [name] => Array ( [0] => 101x_button.gif [1] => am_button.gif ) [type] => Array (

[PHP] Multiple Uploads in one form

2001-09-20 Thread Jay Paulson
Hello everyone- I'm trying to have multiple uploads in one form so my input tag looks like this: The problem I'm running into is that I know php usually sets the name of the file to $userfile_name and sets the mime type of the file to $userfile_type and the size to $userfile_size. My questi

[PHP] Multiple Uploads in one form

2001-09-20 Thread Jay Paulson
Hello everyone- I'm trying to have multiple uploads in one form so my input tag looks like this: The problem I'm running into is that I know php usually sets the name of the file to $userfile_name and sets the mime type of the file to $userfile_type and the size to $userfile_size. My questi