My implementation is slightly different. I created an object of FileData with fields like formfile,filename etc. When you first paint the jsp, your action class would create a FileData object and put it into the arraylist defined in your action form. I have a button called ADD ANOTHER FILE. When you click it, you add another FileData object to that arraylist. When the user clicks the final submit button at the bottom, the form gets submitted with all the data and the arraylist of files.
--- Stefan Groschupf <[EMAIL PROTECTED]> wrote: > > I have done the same thing. > > I would be interested how you had realize the > ActionForm getter and > setter. You handle the files every time a user > press the "load up this > file" button? > > Thank you very much! > > Stefan > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]