Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

file collisions #6

Open
christhomas opened this issue Jun 3, 2011 · 2 comments
Open

file collisions #6

christhomas opened this issue Jun 3, 2011 · 2 comments
Labels

Comments

@christhomas
Copy link

I think it's more than possible that files uploaded from different projects could collide and eventually start to cause problems overlapping each other.

perhaps each "folder" should have a base location that starts with it's group name, which obviously can't collide with another which has the same name, so then you'd "namespace" all the files automatically so they would only collide with files within the same project, existing in the same folder. which is obviously then a normal file management problem.

the problem is magnified by what seems to happen when you put files inside folders, they keep their original name....hmmm, not sure about this, perhaps it's just my mis-interpretation and I hope somebody can tell me that it is.

@budda
Copy link

budda commented Nov 16, 2011

I'd also like to see filesystem level folders utilized within the /files/ folder as just chucking every file in to one big folder is a mess, causes collisions, and isn't there some OS fileystem slow down issue when you've got thousands of files in a single folder ?

@budda
Copy link

budda commented Nov 16, 2011

http://drupal.org/project/filefield_paths might be the solution to work with ?

@pescetti pescetti added the 1.x label Nov 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants