RE: Commons - FileUpload - DefaultFileItem

2003-12-04 Thread Gary Gregory
to:[EMAIL PROTECTED] > Sent: Thursday, December 04, 2003 07:38 > To: [EMAIL PROTECTED] > Subject: Commons - FileUpload - DefaultFileItem > > I just finished writing a class that is almost identical (via cut-n-paste) > to the DefaultFileItem class except that it supports ZIP/GZIP files

Commons - FileUpload - DefaultFileItem

2003-12-04 Thread Eric . E . Sorenson
I just finished writing a class that is almost identical (via cut-n-paste) to the DefaultFileItem class except that it supports ZIP/GZIP files (and automatically unzips them on the fly). This allows our web application to put the unzipped files in a directory for processing by another application