in reply to Re: CGI upload script problem with Explorer.
in thread CGI upload script problem with Explorer.
update: I'd probably use something like /([^\\/:\0]+\.(txt|jpg|etc))$/ to match the last "valid" part of the filename.# on unix: > perl -MFile::Basename=dirname -e'print dirname q(C:\\\\test\\test.pl +)' .
|
|---|