Re: Having trouble with WOFileUpload
Re: Having trouble with WOFileUpload
- Subject: Re: Having trouble with WOFileUpload
- From: email@hidden
- Date: Sat, 22 Jul 2006 09:54:16 -0700
David, thanks for the advice! I think you are right that uploading
one image and generating the rest is a better idea.
Finally, there are lots of opinions of whether to store the images
in the database or on the filesystem. I decided on the former for
ease of management and use mysql as the db.
I think the pros outweigh the cons in my situation. This is never
going to be a very busy site, so performance really isn't an issue.
If you do store the images in the database be sure to store them
and their immediate attributes (i.e filename, nsdata-small, nsdata-
large, mimetype) in their own table.
I am curious why you say they should be in their own table, though.
I can't think of any advantage of doing it that way - what am I missing?
thanks,
janine
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden