"Jim Feniello" <[EMAIL PROTECTED]> wrote on 06/16/2008 03:16:02 PM:

> Anyone know if PHP keys off the content-disposition for form 
pre-processing
> to populate the $_FILES array?

I believe that the $_FILES array is only populated when the <form> tag 
contains 'enctype="multipart/form-data"' and there is an input field of 
type "file" in the form, but I am not going to guarantee that ;)

Kirk


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

Reply via email to