Page 1 of 1

Uploaded files with duplicated content

Posted: Wed Jul 06, 2005 4:07 am
by fuxia79
Hi all,
I am using PHP 5 and Apache (Apache/2.0.54 (Unix) mod_ssl/2.0.54 OpenSSL/0.9.7a DAV/2
PHP/5.0.4 ) and I am facing a very starnge situation: when I upload a file, parts of its
content are duplicated!!!
If it is a simple .txt file, I can see repeated parts of text when I download the file, but if I
am dealing with .doc, .xls etc the problem is even more serious: the file is perceived as
damaged and the related program is not able to open it.
Neither php log nor the server log display any errors during upload. I compared php.ini and
httpd.conf files with those of a previous installation on another computer (Apache/2.0.54
(Unix) DAV/2 PHP/5.0.4 ) where this problem didn't arise and they do not present significant
differences. What could be the cause of this misbehaviour? :?:
Please, help me, I don't really know what to do!