On 7/3/07, Clinton Gormley <[EMAIL PROTECTED]> wrote:
1) In the DB, store the name of the server to which your file has been uploaded
I try to avoid files in the DB. It always ends in tears.
2) Store your upload in a shared partition (eg on a SAN, NFS, iSCSI/OCFS2)
That's ok if you need them on every server. Many applications just upload a file and process it on one server, so they don't need this. - Perrin
