Hi there, I have a conceptional question about storing images/files on a server. When the application gives users a possibility to store up to 20 images, would it be better to create a new folder for each signed-up user to store the images in, or use one large folder. I have done the last quite often (just renamed the files to the insert id) with good success. Any ideas? Thomas