| That means that the file was uploaded as ASCII text (plain text) and not as a binary file (1's and 0's). Some php code requires that it is transfered as a binary file, and not as plain text. Setting your FTP client to force Binary mode, instead of allowing it to auto-detect the mode, will fix this problem most of the time. |
Client Login