Re: Struts file upload validation problem

2002-11-20 Thread Martin Cooper
On Wed, 20 Nov 2002, Eddie Bush wrote: > Brian Hickey wrote: > > >Martin is correct :o) > > > >Also be aware that very very large files can exceed the setting of Java temp > >space (memory) allocation is some containers and crash them. > > > >One approach that works is to write a simple file upl

Re: Struts file upload validation problem

2002-11-20 Thread Eddie Bush
Brian Hickey wrote: Martin is correct :o) Also be aware that very very large files can exceed the setting of Java temp space (memory) allocation is some containers and crash them. One approach that works is to write a simple file upload script in Perl. This allows you to check content-type, siz

Re: Struts file upload validation problem

2002-11-20 Thread Brian Hickey
Sent: Wednesday, November 20, 2002 1:16 PM Subject: Re: Struts file upload validation problem > > > On Wed, 20 Nov 2002, Poynter, Stephen wrote: > > > I have just written a document upload tool for a customer using the struts > > upload functionality. My upload jsp consists

Re: Struts file upload validation problem

2002-11-20 Thread Mark Lepkowski
You could have the user enter the meta data first, and then after it's validated let the user choose the file to upload. - Original Message - From: Poynter, Stephen To: Struts Users Mailing List (E-mail) Sent: Wednesday, November 20, 2002 12:03 PM Subject: Struts file u

Re: Struts file upload validation problem

2002-11-20 Thread Martin Cooper
On Wed, 20 Nov 2002, Poynter, Stephen wrote: > I have just written a document upload tool for a customer using the struts > upload functionality. My upload jsp consists of one form that is of course > a multipart/form-data form. The form consists of the file field along with > other text field

Struts file upload validation problem

2002-11-20 Thread Poynter, Stephen
I have just written a document upload tool for a customer using the struts upload functionality. My upload jsp consists of one form that is of course a multipart/form-data form. The form consists of the file field along with other text fields where the user enters various information( owner, titl