I use Struts2 to upload multiple files:
<s:file name="files" multiple="multiple" />
When I select multiple files, it displays the number of files, for example. 3 files.
The project requirements are that the user should be able to see which files he selected before downloading .
Is it possible to display the names of the selected files in a list, or perhaps in the control itself?
javascript html5 jsp file-upload struts2
Pradnya
source share