Please help me understand the big picture of allowing users to upload
pictures and keep them separate and tied to their record in the database.
I want the whole thing automated and I'm just trying to get my arms around
what all is entailed.
Each user will upload about 20 - 100 pictures and each will be related to a
different database record.
I see the process in general as this:
- when the user registers, a picture directory should be automatically
created
- user creates a record in the database using a form AND uploads a picture
for that record (how is that picture marked as related to that record?)
I'd appreciate any big picture advice AND links to code for any part of this
process.
Any security concerns? How do I handle those?
Many thanks!
pictures and keep them separate and tied to their record in the database.
I want the whole thing automated and I'm just trying to get my arms around
what all is entailed.
Each user will upload about 20 - 100 pictures and each will be related to a
different database record.
I see the process in general as this:
- when the user registers, a picture directory should be automatically
created
- user creates a record in the database using a form AND uploads a picture
for that record (how is that picture marked as related to that record?)
I'd appreciate any big picture advice AND links to code for any part of this
process.
Any security concerns? How do I handle those?
Many thanks!
Comment