Hello,
I migrated a file upload script from Linux to Windows 2000. Under Linux everything was okay, but under Windows the files are truncated. The last few bytes are missing.
Has this happened to you, before? How can I solve this problem?
I use binmode (image files) and read($fh, $buffer, 1024).