RE: [PHP] File upload and database optimization questions

2001-03-27 Thread Jason Lotito
> > 3. At the time of upload, it is possible to specify a list of > > users who can "view" and "modify" the file. Currently I am storing > > this list as a whitespace-separated list in a mySQL TEXT column. > > > > Column "view" data: 3 11 1 > > > > At the time of displaying the list, I first SELE

RE: [PHP] File upload and database optimization questions

2001-03-26 Thread Jason Murray
> 1. > 2. Both seem fine to me. > 3. At the time of upload, it is possible to specify a list of > users who can "view" and "modify" the file. Currently I am storing > this list as a whitespace-separated list in a mySQL TEXT column. > > Column "view" data: 3 11 1 > > At the time of display

[PHP] File upload and database optimization questions

2001-03-26 Thread Vikram Vaswani
Hello all, I'm in the process of building a document-storage system for my firm with PHP. The goal is this is essentially to allow users to upload documents to our server (central repository) and allow other users to view/modify these files. I have a number of questions, most of them related to