On Wednesday 29 September 2004 01:44, blackwater dev wrote:

> Then, here is part of the code doing the upload:

To be precise this is the part of the code which handles the upload. The files 
have already been uploaded and stored by your webserver long before your 
script starts executing.

> It prints out the 2 but doesn't get into the 3 loop....but I am
> uploading files.  I have tried it with $_FILES and $HTTP_POST_FILES.
> This worked on my last hosts servers but not the new host.  Any ideas?

print_r() those two variables (and any others you can think of).

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Don't let your status become too quo!
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to