I am working on a member association page (aprox 300 members) and they want to be able to upload their personal photo.
I have the member demographics stored in a MySQL database.
I am trying to figure out the best way to set it up so that someone can upload their photo. My main questions are:
Where to store uploaded images (Do I need to store them in the database or just organize them in a separate directory folder and link to them by url)
Where and how to set a limit on the file size of the image being uploaded?
How to create a thumbnail from the uploaded image?
Any other issues I should think about if we are storing images.
This is a small group that I would not expect to expand beyond 400 members.
Thanks for any ideas and advice you can share.