>write("Length: " . $item->size . "\n");
$item->Save;
}
}
else {
$Response->write("File upload failed RC: " . $rc . "\n");
}
}
else {
%>
...
...
<%
}
%>
- Original Message -
From: &qu
of a
$Request->querystring('whatever') expression :) Data::Dumper is *great*
thanx,
josh
- Original Message -
From: "Ron Grabowski" <[EMAIL PROTECTED]>
To: "Josh Reynolds" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, April 10,
> fu.directory = Server.MapPath("./attach")
.directory looks like a property
> $fu->directory = $Server->MapPath(".");
$fu->{directory} = $Server->MapPath(".");
See what Data::Dumper has to say:
use Data::Dumper
$Response->Write(''.Dumper($fu).'');
___
my $fu =3D $Server->CreateObject("AspUtil.FileUpload"); $fu->directory =3D
=
$Server->MapPath("."); (0x80004005)=0D
Can't modify subroutine entry in scalar assignment, at EOF =0D
Did the CreateObject succeed? If not that error message might appear.
Jim Doyle
_
Hi,
I'm kind of new to the list, this is my first post
in fact, so please be gentle :)
I've been working on a way to get a file uploaded
from a browser, using perlscript and ASP under IIS 5. Everything I've read
says it's a pretty hairy topic, and I tend to agree. I played wit