Re: Apache::Upload problems (can't see upload info)
[prev]
[thread]
[next]
[Date index for 2005/05/03]
On Tue, 2005-05-03 at 11:47 +1000, scott fagg wrote:
> I'm trying to get apache::upload working. Module loads fine, produces no
> errors, but calls to 'upload' don't produce anything usable. For
> example, this snippet of code :
>
> use Apache::Request;
> use Apache::Upload;
> use Data::Dumper;
>
> $req = Apache::Request->new($r);
> $upload = $req->upload();
>
> print Dumper($upload);
Working now, but i cannot see what change fixed it!
 |
 |
Re: Apache::Upload problems (can't see upload info)
scott fagg 05:11 on 03 May 2005
|