ID: 6499
Updated by: sander
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Closed
Bug Type: HTTP related
Operating System: Win NT
PHP Version: 4.0.1pl2
New Comment:

No feedback. Closing.

Previous Comments:
------------------------------------------------------------------------

[2001-11-27 05:37:21] [EMAIL PROTECTED]

Does this problem stil occur with the latest CVS (which has IIRC a new 
upload-system)??? (You also might try 4.0.6 or the latest RC 
(http://download.php.net/~zeev/php-4.1.0RC3.tar.gz))

------------------------------------------------------------------------

[2000-11-20 09:11:49] [EMAIL PROTECTED]

This is what would be expected but is not good behaviour. This happens due to the 
first $upload_type is set to null, when an array value is null it is removed from an 
array. I think in this case it needs fixing.

James

------------------------------------------------------------------------

[2000-09-02 04:49:43] [EMAIL PROTECTED]

when i'm using multiple file uploads and leave some of the fields empty,
then i get
  sizeof($upload) > sizeof($upload_type);
(i assume that the problem is that $upload_type[] is not set to an empty string ""
 for files with $upload_size[$i] == 0)

so if i a have an upload form with 2 upload entries, and i leave the first one blank,
then sizeof($upload) == 2 and sizeof($upload_type) == 1 which means that
the type for  $upload[1] is in the variable $upload_type[0]


------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=6499&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to