Quote (ggpwntthxbai @ 27 Feb 2012 03:24)
How do sites deal with uploading and storing images? If I want to make a site where users can upload images how would I manage that?
you store the ids in a database..
then you can sort the pictures however you want, probably by ip or username
and rewrite /filename.jpg to file/?get=filename which returns the picture
This post was edited by eagl3s1ght on Feb 26 2012 09:06pm