|
<head><title>手写不可的html上传组件</title> </head> <body> <form method="post" action="#"> <input type="text" name="fileName" readonly="true" ><input name="file" type="file" style="width:0px;position:relative;left:-2px;z-index:-1;" onChange="this.previousSibling.value=this.value"> </form></body></html> |
|