Hi,
I've read the official manual but it makes no mention of how to upload multiple files where the form may contain multiple input file tags with the same name such as name="files[]". What's the Spring way of handling this?
I've tried scraps of information I've found on here and on the web. I've even found an open bug in Spring jira which seems to suggest that this is not supported. I'm using commons file upload support in spring.
A complete example or a link to documentation would be much appreciated.
Many thanks.


Reply With Quote
