I am uploading XML files using PHP so that some of the other departments can upload the files.
The problem is in the XML, it is adding carriage returns when it uploads.
After a TON of experimenting, I think its uploading XML in binary. I have looked at what the FTP does in both ASCII and binary, and the data from the php form and the ftp binary is the same.
So, is there a way I can change my upload script, or strip out the carriage returns from the xml?
Thanks@!