Error when using the multiple attribute in a s: file of struts2.0

0

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?

    
asked by user2930137 10.07.2017 в 23:33
source

0 answers