D
D
Dmitry2019-11-18 19:53:41
PHP
Dmitry, 2019-11-18 19:53:41

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

4 answer(s)
A
Anton Neverov, 2019-11-18
@liggth

What exactly is your question?
You can use - PHP, JavaScript, MySQL.
There are no ready-made libraries.

D
Developer, 2019-11-18
@samodum

What exactly is the problem?
This is implemented in an elementary way.

R
RMate, 2019-11-18
@RMate

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.

M
m4f1, 2019-11-18
@m4f1

webdav

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question