Ask a Question related to PHP Development, Design and Development.
-
s dot masugata at digicom dot dnp dot co dot jp #1
#25995 [NEW]: multipart/form-date file upload problem.
From: s dot masugata at digicom dot dnp dot co dot jp
Operating system: FreeBSD/Linux/Solaris(sparc)
PHP version: 4.3.4RC2
PHP Bug Type: mbstring related
Bug description: multipart/form-date file upload problem.
Description:
------------
../configure:
--enable-zend-multibyte
--enable-mbstring
--enable-mbregex
php.ini:
output_buffering = Off
output_handler =
mbstring.language = Japanese
mbstring.encoding_translation = On
mbstring.internal_encoding = EUC-JP
mbstring.http_input = pass
mbstring.http_output = pass
mbstring.detect_order =
SJIS-win,SJIS,eucJP-win,EUC_JP,UTF-8,UTF-7,ISO-2022-JP,JIS,ASCII
mbstring.substitute_character = none
mbstring.func_overload = 1
mbstring.script_encoding = SJIS
The value of $POST disregards the contents set up by php.ini, and
is changed into an internal encoding.
In this setup, it should not be changed into an internal encoding.
However, it will be changed.
My purpose wants to only use the function to change script encoding
by zend-multibyte into an internal encoding, and the function which
even input data changes into an internal encoding is not needed.
The transmitted input data may be broken down by this unjust
operation(for example, the special character by the specific model).
I think that this operation is not specification but a bug with
it being individual.
It seems that it is fixed in the snapshot in the built on Oct 26,
2003 20:30 GMT, is it fixed as well as a snapshot when PHP4.3.4
is released?
thank you.
--
Edit bug report at [url]http://bugs.php.net/?id=25995&edit=1[/url]
--
Try a CVS snapshot (php4): [url]http://bugs.php.net/fix.php?id=25995&r=trysnapshot4[/url]
Try a CVS snapshot (php5): [url]http://bugs.php.net/fix.php?id=25995&r=trysnapshot5[/url]
Fixed in CVS: [url]http://bugs.php.net/fix.php?id=25995&r=fixedcvs[/url]
Fixed in release: [url]http://bugs.php.net/fix.php?id=25995&r=alreadyfixed[/url]
Need backtrace: [url]http://bugs.php.net/fix.php?id=25995&r=needtrace[/url]
Try newer version: [url]http://bugs.php.net/fix.php?id=25995&r=oldversion[/url]
Not developer issue: [url]http://bugs.php.net/fix.php?id=25995&r=support[/url]
Expected behavior: [url]http://bugs.php.net/fix.php?id=25995&r=notwrong[/url]
Not enough info: [url]http://bugs.php.net/fix.php?id=25995&r=notenoughinfo[/url]
Submitted twice: [url]http://bugs.php.net/fix.php?id=25995&r=submittedtwice[/url]
register_globals: [url]http://bugs.php.net/fix.php?id=25995&r=globals[/url]
PHP 3 support discontinued: [url]http://bugs.php.net/fix.php?id=25995&r=php3[/url]
Daylight Savings: [url]http://bugs.php.net/fix.php?id=25995&r=dst[/url]
IIS Stability: [url]http://bugs.php.net/fix.php?id=25995&r=isapi[/url]
Install GNU Sed: [url]http://bugs.php.net/fix.php?id=25995&r=gnused[/url]
Floating point limitations: [url]http://bugs.php.net/fix.php?id=25995&r=float[/url]
s dot masugata at digicom dot dnp dot co dot jp Guest
-
file upload, multipart form, and cgi::cache
Not sure if folks frequent this forum but if you see this and can/do help, I'd be much obliged I am trying to implement caching in a cgi app I am... -
LWP - multipart/form-data file upload from scalar rather than local file
I'm looking to do an HTTP upload, preferably with HTTP::Request::Common, but get the file data from either a filehandle or a scalar rather than... -
file upload form enctype="multipart/form-data
I'm upload a file using cffile upload and that seems to work fine except I need to use enctype="multipart/form-data on the form side. This isn't a... -
#25995 [Asn]: multipart/form-date file upload problem.
ID: 25995 User updated by: s dot masugata at digicom dot dnp dot co dot jp Reported By: s dot masugata at digicom dot dnp dot... -
#25995 [Opn->Asn]: multipart/form-date file upload problem.
ID: 25995 Updated by: moriyoshi@php.net Reported By: s dot masugata at digicom dot dnp dot co dot jp -Status: ...



Reply With Quote

