Upload multiple files through one single browse button through struts

748 Views Asked by At

I have a requirement, wherein I need to upload multiple photos through one single browse button. I am using form-bean concept for achieving the same. The issue is how do I send multiple photos path from JSP to Action via Form Bean? I.E. how do I get multiple paths of photos in action file? I am using the below code to send single photo path from JSP which I have achieved successfully. Please guide me on how to upload multiple photos.

    <html:file property="file" styleId="<%=abc%>"

How to upload multiple filer through one single Browse Button through struts?

0

There are 0 best solutions below