Answer the question
In order to leave comments, you need to log in
How to organize your own file storage for site users, a la cloud?
There is some site. The task was to ensure that site users have a new section "My files".
This section should look like a browser for the user's directory, which is automatically created for him during registration.
The user sees his own files, can delete them, upload them, and so on.
But now I have a question: how to implement this so that he can give access to his files and folders to other users of the system by login (email)?
What can be used? Maybe there are already ready-made libraries?
Website engine in PHP.
Answer the question
In order to leave comments, you need to log in
What exactly is your question?
You can use - PHP, JavaScript, MySQL.
There are no ready-made libraries.
What exactly is the problem?
This is implemented in an elementary way.
Implement a script-loader that uploads a file to a temporary folder, calculates the hash, and checks the file in the database. if there is no file in the database, it saves the file to the directory you need. Well, information about the file and the hash of the file is stored in the database. Next, you just have to do the presentation of these files.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question