我想有圖像按鈕「瀏覽」和「上傳」圖片上瀏覽和上傳文件按鈕
我用下面的代碼具有文本框:
CSS
.uploadpathdiv
{
margin:0;
height:44px;
width:464px;
background:url('images/img-upload.png') no-repeat bottom;
}
.uploadpath
{
background:none;
border:none;
width:400px;
height:40px;
margin:0;
padding: 2px 7px 0px 7px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
HTML
<div class="uploadpathdiv">
<input class="uploadpath" name="path" type="text" />
</div>
<img src="/themes/scaccarium/images/button-upload.png" />
<img src="/themes/scaccarium/images/button-browse.png" />
該圖片代碼是用於「瀏覽」和「上傳」按鈕。
請幫我修改上面的代碼,以便當我按瀏覽按鈕時,我會得到「文件選擇選項」,就像您在使用<input type = "file" name="browse">
時看到的那樣。其次,文件的路徑必須顯示在上面的文本框中。
再次當我按下上傳按鈕,應該將該文件上傳
非常感謝你,它看起來像我想要的。 – fawad 2010-06-29 19:27:39