'List Service' functionality for uploaded files to DB?
One last question, I promise:
Now that the list works, how do I restrict access so only the user to uploaded the file can see it in their list? I assume the only way to do so would be with the ACL, but right now it is set at {"":{"read":true}. How would I make the default {"":{"read":false}, and would that work?
Thanks