Hi Again Jean-Baptiste,
I haven't tested this yet put when you create your instance of 
qx.io.remote.Request you should be able to specify "POST" as the second 
parameter.

Or alternativly you could call myRequest.setMethod("POST");

After that just call setFormField instead of setParameter

HTH!
Matt

Jean-Baptiste BRIAUD -- Novlog wrote:
> Hi,
> 
> I'm using io.remote.Request and I'm trying to pass named parameters  
> with setParameter method.
> http://demo.qooxdoo.org/current/apiviewer/#qx.io.remote.Request
> 
> Unfortunatly, I found my param name and value always encoded in the  
> URL : &name=value
> 
> How can I pass the parameter inside the HTTP request without the URL ?
> 
> Thanks !
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to