> > 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?

Best Regards,
Chris D'Annunzio

Reply via email to