> post_max_size = 10M
 > upload_max_filesize = 8M
 > memory_limit = 8M
 > 
 > As I said before, however.. even without throwing files 
 > there, my loop 
 > test code only spits out '01234', meaning that its only 
 > looping 5 times 
 > through the code before exiting... Does file handling only 
 > allow for 5 
 > files at a time??

How large are the files you're using for testing?  Try repeating the
test with files under 1k and see if the result is different.  You might
be running into a page timeout rather than file size limitation.

CYA, Dave




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

Reply via email to