Date: 06/21/01
- Next message: Colin Viebrock: "Re: [PHP-DEV] php -l still broke (bug #10348)"
- Previous message: Andi Gutmans: "Re: [PHP-DEV] 4.0.6"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: lance_laureys <email protected>
Operating system: bsdi 4.x
PHP version: 4.0.5
PHP Bug Type: *Function Specific
Bug description: uploads with type=>
Current version of PHP 4.0.5
Doing the default HTTP post uploads right from the documentation I am seeing a problem where if I upload a text file, word document it works fine and reports the file size back.
Array ( [userfile] => Array ( [name] => Computer Features.htm [type] => text/html [tmp_name] => /var/tmp//php015005 [size] => 1350 ) )
Array ( [userfile] => Array ( [name] => catmatrix.jpg [type] => image/pjpeg [tmp_name] => /var/tmp//php015005 [size] => 27094 ) )
When doing .pdf, .exe .wab (other's im not sure of)
Array ( [userfile] => Array ( [name] => ClientReferenceJS13.pdf [type] => application/pdf [tmp_name] => none [size] => 0 ) )
Array ( [userfile] => Array ( [name] => dMC-r3.exe [type] => application/octet-stream [tmp_name] => none [size] => 0 ) )
There not being uploaded althought it seems they are by the httpd processing spinning up.
Any ideas what would cause this?
L
-- Edit Bug report at: http://bugs.php.net/?id=11607&edit=1-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Colin Viebrock: "Re: [PHP-DEV] php -l still broke (bug #10348)"
- Previous message: Andi Gutmans: "Re: [PHP-DEV] 4.0.6"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

