From:             [EMAIL PROTECTED]
Operating system: redhat linux 7
PHP version:      4.0.4pl1
PHP Bug Type:     Unknown/Other Function
Bug description:  file uploads corrupted

Since version 4.0.4pl1, files uploaded with the POST method are corrupted. They 
contain two extra lines at the top for a content/type header and and extra line.

I have worked a jury-rigged fix, by fgets-ing twice to pop off the top two lines, then 
fgets-ing hte rest into a new file.

Of course, when this bug is fixed, I'll have to go and "unfix" all my scripts that use 
that jury rigged workaround.


-- 
Edit Bug report at: http://bugs.php.net/?id=9677&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