Gossamer Forum
Home : Products : Others : Fileman :

Revision History

Quote Reply
Revision History
 
Quote:
January 24, 1998: Version 1.01 Released
- &cgierr bug fixed.
- Javascript replaced, thanks to Wayne Peterson
- Uploads in ASCII mode any file with .cgi or .pl extension.
Can you also put a comment in the source as to the line that was replaced?

I believe for the upload in ascii there was only one line added: ($fullFile =~ /cgi|pl$/) and ($buffer =~ s/\r//g);

I submitted the cgiErr bug awhile back so I believe there was just one line there.

What lines were changed for the Javascript? from v1.0 to v1.01?