Hi John,
Thank for your help a lot - now i understand how it works.
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/uploadMgr-params-question-tp7178934p7195443.html
Sent from the qooxdoo mailing list archive at Nabble.com.
--
Thanks for reply.
Does it mean that
request.getParameter("myGlobalParam");
must work correctly in my case?
I use example from
"UploadMgr\trunk\server\java\com\zenesis\qx\upload\DemoUploadServlet.java",
but i get NULL as a result.
--
View this message in context:
http://qooxdoo.678.n2.nabb
Hello!
I'm trying to upload file on server using the uploadMgr. On the client side
I can set some params:
var uploader = new com.zenesis.qx.upload.UploadMgr(btn,
"http://localhost:8080/QxServer/qxserver";);
uploader.setParam("myGlobalParam", "global123");
I also can set para