OK, then I have had a *major* misunderstanding of how to do file uploads in Apache::ASP.Well, this is what I dont understand :)The file name on the local server can be accessed via the $Request->FileUpload interface:
if I do "$newFile = $Request->Form('filename')";
"print $newFile";
I get back a filename eg, "test.doc".
The next thing I do is $Session->{uploaded_files} = $newFile;
However... if I do "use Data::Dumper; print Dumper $newFile", I get back...
$VAR1 = bless( \*{'Fh::fh00001test.doc'}, 'Fh' );
http://www.apache-asp.org/objects.html#%24Request-%3EFi6799fcec
The data in $Request->Form will not give you a good filename.
It is late here so I am going to call it a night, but tomorrow, I will formulate a proper post with some questions.
I appreciate all of the help I have received so far.
Richard
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]