I am interested in the structure of a file hosting services how to works with multiple server like see schema?
I don't know if it's possible?
Original size :schema.jpg
Schema:
- client upload a file (file.txt) on principal server
- server check server space is reached and move to server#1
- Upload file.txt to server#1 and
- saving info in database with server#1/file.txt
- return info links to client..
But in upload.php how to change ftp info for multiple server?
Of Course, this is my vision.
I don't know if it's really if file hosting works.
So if you think the idea is not good, thank you for sharing your knowledge?