-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hey,
AFAIK, There is no "limit" on the amount of files that can be uploaded at 
once. Could you post the html code for the form? 
Note: The post_max_size should be larger than the upload_max_filesize &
the memory limit has to be larger than the post_max_size.
So you should have something like:
upload_max_filesize = 8M
post_max_size = 14M
memory_limit = 16M
~Paul

On Tuesday 15 October 2002 03:58 pm, Jason Young wrote:
> Sure..
>
> 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??
>
> -Jason

- --
~Paul Nicholson
Design Specialist @ WebPower Design
"The web....the way you want it!"
[EMAIL PROTECTED]

"It said uses Windows 98 or better, so I loaded Linux!"
Registered Linux User #183202 using Register Linux System # 81891
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9rHllDyXNIUN3+UQRAnWhAJoCzG5nR92Vvq/XL7H0y/O6NBfDaQCgiTbV
cUr4AQHsTOrqDPqtGaiRGWo=
=gVfa
-----END PGP SIGNATURE-----

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

Reply via email to