Date: 07/31/00
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5172 Updated: conversion of hex syskeys in prepared statements"
- Previous message: mbaturin <email protected>: "[PHP-DEV] PHP 4.0 Bug #5882: Use inline directive in *.c files for global functions in Zend engine"
- In reply to: Sascha Schumann: "Re: [PHP-DEV] Re: PHP 4.0 Bug #4439 Updated: PHP doesn't handle content-transfer-encoding header on form-based file upload"
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] Re: PHP 4.0 Bug #4439 Updated: PHP doesn't handle content-transfer-encoding header on form-based file upload"
- Reply: Sascha Schumann: "Re: [PHP-DEV] Re: PHP 4.0 Bug #4439 Updated: PHP doesn't handle content-transfer-encoding header on form-based file upload"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> > Whatever is sending that is not MIME compliant. Double quotes are not
> > optional in the Content-Disposition header. ie. it should be:
> >
> > Content-Disposition: form-data; name="input"
>
> According to RFC 2183 "The Content-Disposition Header Field,"
> specifying the filename should look like:
>
> Content-Disposition: form-data; filename=some.jpeg
>
> The BNF in chapter 2 does not use quoted-string for the
> filename parameter. It also restricts the filename parameter
> to US-ASCII (see 2.3 "The Filename Parameter").
Well, both Netscape and IE went by RFC 1867 when they wrote their file
upload support and RFC-1867 explicitly shows the name (not
filename) argument as being a quoted string.
-Rasmus
-- 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: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5172 Updated: conversion of hex syskeys in prepared statements"
- Previous message: mbaturin <email protected>: "[PHP-DEV] PHP 4.0 Bug #5882: Use inline directive in *.c files for global functions in Zend engine"
- In reply to: Sascha Schumann: "Re: [PHP-DEV] Re: PHP 4.0 Bug #4439 Updated: PHP doesn't handle content-transfer-encoding header on form-based file upload"
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] Re: PHP 4.0 Bug #4439 Updated: PHP doesn't handle content-transfer-encoding header on form-based file upload"
- Reply: Sascha Schumann: "Re: [PHP-DEV] Re: PHP 4.0 Bug #4439 Updated: PHP doesn't handle content-transfer-encoding header on form-based file upload"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

