On Wed, 16 Mar 2011, Marc Dirix wrote:

If the only form variable is "test" containing "test", that should be
the only output. (i.e. http://www.example.com?test=test) should only
give "test" = "test".

No, as I said earlier I am trying to send the contents of a file using POST, the example with test=test was only a bonus to show how it got mixed up with the actual data when Roxen echoed the form scope.

One thought was that maybe I was using the wrong Content-Type for the transfer, so I tried "image/*" (and without any test=test in the GET parameters). Then I get an empty form scope and no data in the request-heades.

It seems RXML can't be used for this, I'll have to use Pike to get to a lower level.

/Rolf

Reply via email to