struts 高手如内,请问关于的初学者级有关问题
struts 高手如内,请教关于<html:file>的菜鸟级问题
现在使用该控件作上传,问题是,这个控件的文本框是可输入的,如何使它处于不可输入的状态,谢谢。
------解决方案--------------------
<input type= "text " id= "url " name= "picId " value= " <html:file property= "file "/> " size= "40 " readonly= "true " />
现在使用该控件作上传,问题是,这个控件的文本框是可输入的,如何使它处于不可输入的状态,谢谢。
------解决方案--------------------
<input type= "text " id= "url " name= "picId " value= " <html:file property= "file "/> " size= "40 " readonly= "true " />