File Upload and Download Questions..
File Upload and Download Questions..
- Subject: File Upload and Download Questions..
- From: James Cicenia <email@hidden>
- Date: Sat, 20 Mar 2004 22:50:08 -0600
Hello all -
I need to create a document repository for my application. Users of my
application will be allowed to upload documents for later retrieval.
These
documents will most likely be, PDFs, EXCEL, Word, Text, etc.
Each client of my application should only be able to see their documents
and they of course must be protected. Do I store my documents in my
mySQL database? Do I store them on my server? If so, I will need to
create
a distinct directory for each client. This should be done automatically
upon
setup. What would you do? The idea of the database seems the easiest but
would I have to pull the data via a "raw" row fetch? Doesn't see right
to load
an EO object with the blob in it... or do I make a related table with
just the blobs
that I raw fetch while keeping the reference in a separate table which
can
easily load into an EO?
Thanks again like always,
James Cicenia
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.