Description
<s:file> tag generates HTML tag like:
<input type="file" ... value="" .../>
It is valid as long as the empty "value" value was specified, but HTML5 standard says:
"The element's value attribute must be omitted."
https://www.w3.org/TR/html5/forms.html#file-upload-state-(type=file)