Hi Randy Where does the "a1a3.model" come from - did you change the namespace of the classes? You should only need to add the contrib into your config.json and the generator will take care of downloading it and compiling it into your app.
As a first step, you could try getting the demo working - use SVN to pull down the entire contrib and change to the demo/default folder and run ./generate.py; this should give you a working demo that uploads to my server, then change it to use your server (line 79 of source/class/uploadmgr/demo/Application.js) and test that works too. John On 12/10/2011 19:06, "randylb" <[email protected]> wrote: >I have been trying to implement the UploadMgr library and have been able >to >install implement the classes but so far I have been unable to connect the >backend and accomplish a file upload. Perhaps I am failing to grasp the >obvious...nonetheless I have had no success...any help would be >appreciated...below are some attempts. >In both cases the listener is fired and returns expected info. > >var btn = new a1a3.model.UploadButton("Add Jpeg", >"resource/a1a3/images/test.png"); > var uploader = new a1a3.model.UploadMgr(btn, >"./resource/a1a3/images/php.php") >...this returns "no files were uploaded" ...since nothing was passed to >the >code > >var btn = new a1a3.model.UploadButton("Add Jpeg", >"resource/a1a3/images/test.png"); > var uploader = new a1a3.model.UploadMgr(btn, "path to classes") >...this of course never reaches the backend > >Many thanks for any help > >-- >View this message in context: >http://qooxdoo.678.n2.nabble.com/UploadMgr-connection-to-Backend-tp6886082 >p6886082.html >Sent from the qooxdoo mailing list archive at Nabble.com. > >-------------------------------------------------------------------------- >---- >All the data continuously generated in your IT infrastructure contains a >definitive record of customers, application performance, security >threats, fraudulent activity and more. Splunk takes this data and makes >sense of it. Business sense. IT sense. Common sense. >http://p.sf.net/sfu/splunk-d2d-oct >_______________________________________________ >qooxdoo-devel mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
