Daniel, Thanks for your info. I will try.
What I am currently doing is to use uploadBean. It provides a progressive bar on the screen during file uploading, so that users can visualize the uploading process. UploadBean could be download from http://www.javazoom.net/jzservlets/uploadbean/uploadbean.html For your info, Kathy > -----Original Message----- > From: Daniel Kalcevich [SMTP:[EMAIL PROTECTED] > Sent: Monday, May 10, 2004 1:25 PM > To: Struts Users Mailing List > Subject: RE: Struts File-Upload performance issue > > There is a package called edtFTPj that allows you to perform FTP actions > using java classes. The location is at: > > http://www.enterprisedt.com/downloads/ftp.html > > It may or may not help you, but might be worth a shot. > > Daniel > > -----Original Message----- > From: Kathy Zhou [mailto:[EMAIL PROTECTED] > Sent: Monday, May 10, 2004 10:14 AM > To: 'Struts Users Mailing List' > Subject: RE: Struts File-Upload performance issue > > Jacob, > > I agree with you. I do not think this is a struts issue. Java is not a > good tool for large file uploading. > > We run into the similar issue before. We built a web interface (Java > app) > to let users upload files through our web sites. The function > performance > decreased with the growth of file sizes. FTP would be the final solution > > for a large file uploading. The hardest thing using FTP is that you need > a > FTP client tool and it should be integrated with your web app smoothly > so > that users would not leave the site to upload their files and be back to > > the site after that. > > I would like to know if anybody has further comments on it. Thanks, > > Kathy > > -----Original Message----- > From: Hookom, Jacob [SMTP:[EMAIL PROTECTED] > Sent: Monday, May 10, 2004 12:18 PM > To: 'Struts Users Mailing List' > Subject: RE: Struts File-Upload performance issue > > Yeah, FTP is the way to go here... anyone that would have to deal with > 1GB > files would have to be intelligent enough to run an FTP client vs. > needing > to develop a web interface for them. > > -----Original Message----- > From: Riyad Kalla [mailto:[EMAIL PROTECTED] > Sent: Monday, May 10, 2004 11:12 AM > To: Struts Users Mailing List > Subject: Re: Struts File-Upload performance issue > > You need to store 1GB files in a database? Yea, so good luck with that > ;) > > On Monday 10 May 2004 08:07 am, Ralf Alt wrote: > > Hallo, > > > > I'm using the struts file upload with Struts Version 1.1. > > > > If I try to upload big files there is a performance problem. For a > file > of > > 40Mb the upload needs about 20 minutes before the action is executed. > I > > need the file upload for storing big files > 1Gb in the database. The > > storing in the database is very fast, but the "waiting time" is the > time > > between sending request and entering the Struts action. > > > > What can I do? > > > > Thanks > > Ralf > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]