vote up 0 vote down star

What is the best method to follow for uploading files to server using my website ? Each user will upload some files to his profile.Should i place all files in a single directory or do i need to create folders for each user and keep the files there? How you tube is doing this ? Any idea ? How should i store the uploaded info in database.Whats the best efficied approcach to do this when handling large number of users and files . I dont want to know about the usage of API and all.I want to know the best approach (file organization)

Thanks in advance

flag

56% accept rate
What type of hosting are you on and with who? – Lonestar Jul 23 at 9:41

1 Answer

vote up 1 vote down

I would have a folder for each user, its more managable!

I wouldn't fancy a massive folder with loads of files!

You could end up with duplicate file names and end up deleting another users files!

I would create a directory for every user!

link|flag
What should be the ideal way to name the folder.Id or User's Name ? – Shyju Jul 23 at 9:43
1  
You should also group the users into subfolders - when you get 100,000+ users you'll be glad you did – Greg Jul 23 at 9:47
Group on what basis ?I have only one type of users – Shyju Jul 23 at 9:49
First few characters of username/ID is one possibility. – outis Jul 23 at 9:51
you could group them by date, alphabetically (first letter of username)! if you end up with lots of users it will save you hassle down the line – Rigobert Song Jul 23 at 10:15

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.