Re: Apache::Upload problems (can't see upload info)

2005-05-02 Thread scott fagg
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; >

Apache::Upload problems (can't see upload info)

2005-05-02 Thread scott fagg
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 D