File Upload problems (cont.)

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
MattSharp
Forum Commoner
Posts: 62
Joined: Wed Apr 24, 2002 2:25 pm

File Upload problems (cont.)

Post by MattSharp »

This is an update to this thread: http://www.devnetwork.net/forums/viewto ... highlight=

Basically we started having problems when we upgraded our webserver to a newer version of Red Hat. When we upload files, other than txt files, the resulting files are screwed up. When we send images parts of the image just repeat and its a mess. We had thought our install of PHP was bad, but upon reinstallation the same problem occurred. We were using PHP 4.2.X because that had been the latest RPM for Red Hat. After re-installing failed we upgraded to PHP 4.3 only to have the exact same problem. Thus finding out it wasn't our install or our version of PHP. I have tried the script on TWO other webservers and it works perfectly. I just made a generic script to test, but if you want to see the code you can, although I am positive its no the code since it works on both other servers.

So basically this is a problem that needs to be fixed. So if anyone has some ideas PLEASE help me out.
Post Reply