Hello, I'm using the uploadMgr contribution which is great BTW. I'm using the php backend, I've created an /uploader directory under my server tree and put php.php (the one provided by the contrib) into that directory and renamed it to index.php
In my qooxdoo app, I'm following the demo provided but changing the address to http://www.mysite.com/uploader when I select a file for upload it gives me progess till 100% and then completed but I don't find the file under the upload dir I've specified in the index.php I've noticied that with the server provided in demo: there's two requests methods: OPTIONS and POST and both finish with 200 status code. In my case I've two requests too, but the first is a POST request that finishes with "301 Moved Permanently" and the second one is a GET request which finishs with 200 ok. Any help is appreciated. Regards -- View this message in context: http://qooxdoo.678.n2.nabble.com/uploadMgr-backend-problem-tp7442770p7442770.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
