您好我想與多個顯示彈出窗口彈出窗口fileupload
如何獲得與多文件上傳在asp.net VB
當我點擊UploadDocument button
我都試過,但我不力得到正確的一個它旁邊顯示,以Upload Document button
但我想獲得當我點擊UploadDocument button
請幫我做到這一點。
<form action="" method="post" enctype="multipart/form-data" name="form" id="form1">
<asp:Button ID="btnUpload" runat="server" Text="Upload Document" />
<label>
upload file
<input type="file" multiple="true" />
</label>
<label>
<input type="submit" name="button" id="button" value="Submit" />
</label>
</form>
在此先感謝!
您可以用'裏面的jQuery情態popup'功能可以合併到'文件uploads' – BNN
我不t想要合併文件上傳我想要獲得fileuploads按鈕,當我點擊uploaddocument作爲彈出窗口 – avi
也許你正在尋找[this](http://stackoverflow.com/questions/166221/how-can-i-upload-文件 - 異步?rq = 1) – BNN