Question
File upload
I am implementing multiple file upload soultion. It works
fine.
I want to know what is best way to assosicate files uploaded on server with each project?.
1. Append Project id with file name.
2. Insert uploaded files names to table associate it with project id
Which is better?...which one people use?.
do we have any help or documents or article written on this?. Please help me ASAP.
I want to know what is best way to assosicate files uploaded on server with each project?.
1. Append Project id with file name.
2. Insert uploaded files names to table associate it with project id
Which is better?...which one people use?.
do we have any help or documents or article written on this?. Please help me ASAP.