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) > > and then get the params with @params=$apr->param; Tobias, I am looking into it right now, but you might be able to save me a lot of time. I want to display the name/values from the HTML form. How would I go about enumerating through the @params to do this? Sam
- perl code to handle a multipart/form-data POST Sam Carleton
- Re: perl code to handle a multipart/form-data POST Sam Carleton
- Re: perl code to handle a multipart/form-data PO... Jeffrey W. Baker
- Re: perl code to handle a multipart/form-dat... Sam Carleton
- Re: perl code to handle a multipart/form... Tobias Hoellrich
- Re: perl code to handle a multipart... Sam Carleton
- Re: perl code to handle a multi... Tobias Hoellrich
- Apache::Request->new($r) does NO... Sam Carleton
- Re: Apache::Request->new($r)... Tobias Hoellrich
- Re: perl code to handle a multipart/form-data PO... Ron Pero