On Thu, 20 Apr 2000, Chris D'Annunzio wrote:

> 
> > > Is there a way to pass data into a SubRequest using the post method?
> >
> > no, you'll need to use GET and $r->args
> >
> > which can be made transparent with the module below, provided your code
> > can deal with post POST and GET requests.
> 
> That works great if the Content-Type of the POST is
> application/x-www-form-urlencoded.  Is there a way to deal with other
> Content-Types like multipart/form-data?

for something like that, you'd be better off using the $r->pnotes table to
pass a CGI.pm or Apache::Request object to the subrequest.
Apache::RequestNotes on cpan might be useful to you.

Reply via email to