Hi, I'm just wondering how I should structure mysql for my members to upload larger files such as pictures or other types of media files. In other words, if my members use pictures to upload should the pictures be stored in one folder or should a folder be created for each member. If I was to create a folder for each member (if that would be the most efficient manner) then how would I get linux or freebsd to create the folder dynamically? If I was to implement the former method (i.e. store all the members pictures in one folder) then would that not become really slow if there are a large number of members trying to access the folder?