I have Xoops with Wowroster X module.
It works good with manual upload.
But when i'm testing with Uniuploader, in the server response the access is blocked. That is correct, users must login for wowroster access.
When i do some tests, i discover Xoops don't catch 'uname' and 'pass' variables in update.php which causes permission denied. Upload is not possible.
Only when i make wowroster x for anonymous users, upload is possible.
Thus i need something more:
- some code for $_POST fields in upload.php to give login and pass quickly to Xoops for the access and the upload is possible.
or
- better code in Uniuploader to give it to Xoops for access login.
I do it tomorrow how i can fix the problem, but you may give your solution if you want.
Edit: after analyse, $_POST works in Uniuploader, but the problem is the session inside Xoops. For Uniuploader, a session must be build quickly (verification in common.php of Xoops) but can be made with hand in update.php of wowrosterx. I discover the cookie don't work. Uniuploader is like another browser.
Best place is common.php modification. I try to add some code to make it possible.