vote up 0 vote down star

What's the general rule of thumb while naming dynamic / user-uploaded images. For instance, profile pictures.

Is there a benefit for filenames to be human-readable (joshmason_profile.jpg) and not something random (sjdir2311.jpg)?

And how do you organize them? All in a single folder with filenames in database? or dynamically generated folders (say one for each user)?

flag

1 Answer

vote up 1 vote down check

In our application we name files with a unique id generated from the database and keep those files in a single folder.

Generating a folder for each and every user will be a tedious task.

link|flag

Your Answer

Get an OpenID
or

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