Hello i have a larger numebr of data to transfer

i use this code to send it via post

                     var req = new 
qx.io.remote.Request(makebiz.system.Globals.processorURL, "POST", 
"application/json");
                     req.setRequestHeader("Content-Type", 
"application/x-www-form-urlencoded");
                     req.setAsynchronous(true);
                     req.setTimeout(10000);
                     req.setParameter("m"                        , "pdata");
                     req.setParameter("c"                        , 
"saveData");



it is a post version. why this can be a problem? how can i fix it?

thank you



------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to