Hi!
in my application I'll need to let users to upload documents. However, users aren't static, they are growing at every moment, so I can't really create all the accounts manually.
So, I have two ideas:
-->Create an account per user (creating it by java code, inserting the user info into the right tables)
-->Have one account exclusive for users, however, it would lead to some problems if two users decided to upload documents at the same time...
Could you help me here please?
Thanks in advance
in my application I'll need to let users to upload documents. However, users aren't static, they are growing at every moment, so I can't really create all the accounts manually.
So, I have two ideas:
-->Create an account per user (creating it by java code, inserting the user info into the right tables)
-->Have one account exclusive for users, however, it would lead to some problems if two users decided to upload documents at the same time...
Could you help me here please?
Thanks in advance
