Gossamer Forum
Home : Products : Others : Fileman :

Download file currupted on win2k

Quote Reply
Download file currupted on win2k
I installed fileman on Win2k. Whenever I upload images or zip file, I use download option to download that file, it seems to be corrupted. But when I use regular FTP like cuteftp to download the file, the file is fine. Any1 has any idea why? Thanks.
Quote Reply
Re: [vietnight] Download file currupted on win2k In reply to
Hi,

Thanks, we'll look into this and post a fix shortly.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [vietnight] Download file currupted on win2k In reply to
Hi,

You can fix that problem by yourself, just modify Commands.pm:

1. _view_file subroutine:

......
($self->{cfg}->{winnt}) and binmode STDOUT;
binmode DATA;
...

2. _send_to_browser subroutine:
.....
($self->{cfg}->{winnt}) and binmode STDOUT;
binmode SENDFILE;
....

That should work.

Cheers,
TheStone.




B.

Last edited by:

TheStone: Dec 27, 2001, 4:30 PM