The next line of code does not compile me when I see it in the browser, it marks an Error 500 when trying to access the page with this line. As I use struts2.0 in my application, and what I found on the internet with struts2 it is possible to use attributes such as the multiple in tag file of struts. Why are you making a mistake?
<s:file name="image" multiple="multiple"/>
As I read these options were enabled in version 2.1 of struts on, I have the 2.0 Will there be way to use these options in version 2.0?
They think that if I work like this:
<input type="file" name="x" multiple/>
Does it work the same in the actions of the struts?