BD> I am looking at using the the Upload example (found on the embperl site) but
BD> am a little lost.
File::PathConvert is a pretty good solution.
[-
use File::PathConvert;
($volume,$directory,$filename) = &File::PathConvert::splitpath($fdat{fileName});
print OUT "$filename";
-]
But i have found one weird problem with uploader. When you try to upload a file with
umlouts (���� etc) in the filename through the Netscape, it won't succeed. With
IE everything works fine.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]