Re: XForms: submission with POST, does it work?
Pascal Sartoretti <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Solpa |
| Message-ID | <[email protected]> |
Nils Dehl wrote:
> this code snippet work on my test system:
>
> $postedXML = new DOMDocument();
> $loaded = @$postedXML->load('php://input');
> if ($loaded) {
> $postedXML->save('test.xml');
> }
Thanks for you help, but my problem is on the client side; my server
(ruby's WEBrick) simply doesn't seem to receive anything from the
FireFox client when using "post" as method. Could you please show me how
you configured the <submission> ?
Pascal