Home : Products : Others : Fileman :

Products: Others: Fileman: Re: [psjames] upload limits: Edit Log

Here is the list of edits for this post
Re: [psjames] upload limits
Hi,

Can you upload that file via FTP? if so, Let's add scripts bellow into cmd_upload:

....
my $filename = $data;
my $mode = $self->{cgi}->{type};
$filename =~ s/.*?([^\\\/:]+)$/$1/;
$filename =~ s/[\[\]\s\$\#\%'"]/\_/g;
...

TheStone.

B.

Last edited by:

TheStone: Jan 17, 2002, 10:45 AM

Edit Log: