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] = image/gif
[1] = image/gif
)

[tmp_name] = Array
(
[0] = /tmp/phpCEMAXc
[1] = /tmp/phpVN1Cd9
)

[size] = Array
(
[0] = 1093
[1] = 2866
)

)





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 how do I give permission so that I can copy the file to the
correct place?

Thanks,
Jay


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]