Skip to main content
Inspiring
July 27, 2007
Question

File upload

  • July 27, 2007
  • 2 replies
  • 404 views
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.
    This topic has been closed for replies.

    2 replies

    Participating Frequently
    August 7, 2007
    +1 philh. You'll thank yourself later by putting those relationships in a table. Much more flexible.
    Inspiring
    July 27, 2007
    2. You have more reporting and query flexibility by putting the defining data in a table.