Ok, i have a script coded now that can upload a file and does everything i need. However, i'm looking some direction from the community.
What i need to be able to do is allow each person to have the ability to upload 3 pictures each.
What is the best way to go about this?
What i was thinking is that i create 3 fields in the db. one for each picture url.
Then in order to upload a file.. You click on one of the links IE. PIcture 1 - Picture 2 - PIcture 2 and the upload script will allow you to upload the url to the specific field per the id and the picture to the /pictures file.
Is this the best way to handel it?
Thank you for your input.
- Anthony