Forum OpenACS Q&A: HEEELLLPPP!!! :)

Collapse
Posted by Luis Garcia on
I would like to know if there is a way to know what user loaded a file using the Content Repository package. In other words what table(s) should I query to know the users who are uploading files in my server.
Thanks!
Collapse
2: Re: HEEELLLPPP!!! :) (response to 1)
Posted by Jeff Lu on
One way to do that is to keep track of the user_id of the person uploading inside acs_objects. The ip address of the person can also be seen in acs_objects table.

I think you can also use ad_maybe_redirect_for_registration to force the user to register first so no anonymous user can upload.