<form id="form111" name="form111" action="${path }/addBrand.do" method="post" enctype="multipart/form-data"> 。。。 <p><label class="alg_t"><samp>*</samp>品牌LOGO:</label><img id='imgsImgSrc' src="" height="100" width="100" /> </p> <p><label></label><input type='file' size='27' id='imgsFile' name='imgsFile' value="${imgs }" onchange="preivew(this, 'imgsImgSrc');cleanTip(this);" class="file" reg2="^.+$" tip="亲!您忘记上传图片了。" /><span id="submitImgTip" class="pos" >请上传图片宽为120px,高为50px,大小不超过100K。</span> <input type='hidden' id='imgs' name='imgs' value='' /> </p> 。。。 </form>
|