This is a pretty weird problem that I have been pulling my hair out over for two days.
I am using an FTP file upload script to send .rm (real audio) files to a Real Media server. The script works fine and the files are FTP'ed to the server. But when I try to listen to the files there is no audio!
The file size on the server is identical to the source file.
I checked the the temp file that is uploaded to the web server before being FTP'ed and it works fine.
So I have narrowed it down to a problem in the FTP function of the PHP script.
The really weird thing is that this script worked fine a few months ago and the only thing that I changed was to add a MySQL query after the FTP portion of the script to capture the upload info in my database.
Thanks,
Perry