Tobias Hoellrich wrote:
 
> Almost :-) Apache cannot be used for multipart/form-data, gotta use
> Apache::Request instead. Change the start of the handler to :
> 
>         sub handler {
>           my $r = shift;
>           my $apr = Apache::Request->new($r)

Tobias,

The new is blowing up on me.  This is the error message:

null: Can't locate object method "new" via package "Apache::Request"

Reply via email to