I was wondering that is there any easy way to make file uploading available to normal users without giving root privileges? Some change of the code on some of the files or something?
Would be great feature for my use. I'm using site to share documents with my classmates.
I have begin to change xd_check_root with xd_check_security, and to add a "upload" security level (allowing, a user to upload stuff, without user management). I intend to merge the change next weekend, so source code hacking will not be needed anymore.