[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: input type=FILE name=imageFile[] value= size=10 input type=FILE name=imageFile[] value= size=10 input type=FILE name=imageFile[] value= size=10 The problem I'm running into is that I know php

[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: input type=FILE name=imageFile[] value= size=10 input type=FILE name=imageFile[] value= size=10 input type=FILE name=imageFile[] value= size=10 The problem I'm running into is that I know php

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 ( [0]

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