Re: Having trouble with WOFileUpload

2006-07-23 Thread Mike Schrag
age that just handled the title and description, and life is good.  Data is making it's way into the database just fine.Now I need to handle the thumbnail and full-sized images.  I knew this would be the hard part;  I've seen a number of people having trouble with WOFileUpload.  So I started

Re: Having trouble with WOFileUpload

2006-07-23 Thread womail
fore I can do anything else.  So first I wrote an add page that just handled the title and description, and life is good.  Data is making it's way into the database just fine.Now I need to handle the thumbnail and full-sized images.  I knew this would be the hard part;  I've seen a numbe

Re: Having trouble with WOFileUpload

2006-07-23 Thread Guido Neitzer
And get new problems ... ;-) On 23.07.2006, at 3:30 Uhr, Ken Anderson wrote: Use Eclipse!! :) On Jul 22, 2006, at 9:23 PM, [EMAIL PROTECTED] wrote: Well, I'll be hornswoggled. Or however that saying goes. After going off to do something else, then coming back to it and not having any m

Re: Having trouble with WOFileUpload

2006-07-22 Thread Ken Anderson
he thumbnail and full-sized images.  I knew this would be the hard part;  I've seen a number of people having trouble with WOFileUpload.  So I started out simple - no file type checking or anything, just get the data into the database.The two attributes are called thumbnail and bigImage, and the

Re: Having trouble with WOFileUpload

2006-07-22 Thread womail
ething into the database before I can do anything else.  So first I wrote an add page that just handled the title and description, and life is good.  Data is making it's way into the database just fine.Now I need to handle the thumbnail and full-sized images.  I knew this would be the hard part

Re: Having trouble with WOFileUpload

2006-07-22 Thread womail
full-sized images.  I knew this would be the hard part;  I've seen a number of people having trouble with WOFileUpload.  So I started out simple - no file type checking or anything, just get the data into the database.The two attributes are called thumbnail and bigImage, and they are both BLOBs o

Re: Having trouble with WOFileUpload

2006-07-22 Thread womail
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 t

Re: Having trouble with WOFileUpload

2006-07-22 Thread David Chaney
thumbnail and full-sized images. I knew this would be the hard part; I've seen a number of people having trouble with WOFileUpload. So I started out simple - no file type checking or anything, just get the data into the database. The two attributes are called thumbnail and bigImage, and t

Having trouble with WOFileUpload

2006-07-21 Thread womail
e and description, and life is good. Data is making it's way into the database just fine. Now I need to handle the thumbnail and full-sized images. I knew this would be the hard part; I've seen a number of people having trouble with WOFileUpload. So I started out simple - no f