Posted by Steve on 11/28/05 17:51
> I get the prompt, I get the file downloaded BUT the file appears
> corrupted and with more bytes than the original (original: 5.75Kb,
> downloadedFile: 6.18Kb). Anybody knows what's happening today? :-)
A couple of questions:
Where does variable $len come from? It looks like it must be a global,
since it isn't assigned in your method, so how is it asssigned?
Are you sure that binary is the correct format for a text file? Could
there be some unintended translations of CR/LF characters going on as a
result?
---
Steve
[Back to original message]
|