S
Smurf
The statement:
- Using struts
- A <html:file> tag in a form
The issues:
/1/ accept
I'd like to limit the option of the browser filtering only the file *.jpg.
I though this should perform:
<html:file property="fileLoader" accept="*.jpg"/>
but not.
Could you tell me what's wrong?
/2/ label
Furthermore I could not set the label of the button.
<html:file property="fileLoader">Something</html:file>
neither perform.
It is possible to customise this button? How?
- Using struts
- A <html:file> tag in a form
The issues:
/1/ accept
I'd like to limit the option of the browser filtering only the file *.jpg.
I though this should perform:
<html:file property="fileLoader" accept="*.jpg"/>
but not.
Could you tell me what's wrong?
/2/ label
Furthermore I could not set the label of the button.
<html:file property="fileLoader">Something</html:file>
neither perform.
It is possible to customise this button? How?