RE: [PHP] Binary data in $_POST, not in $_FILES, why?
- Date: Mon, 16 Jun 2008 16:19:50 -0600
- From: Kirk.Johnson@xxxxxxxxxxx
- Subject: RE: [PHP] Binary data in $_POST, not in $_FILES, why?
"Jim Feniello" <jfeniello@xxxxxxxxxxx> 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