Billt_chen

 

NeatUpload ASP.NET大文件上传总结

NeatUpload 是ASP.NET平台上一个不错的大文件上传组件,本文主要写一下小弟在用到这个组件时碰到的一些问题:
1、wedconfig要插入的代码:
Code
2、aspx页面代码:

<Upload:InputFile ID="AttachFile" runat="server" onpropertychange="loadimg()" Width="150px" />
<div id="ProgressBar" style="display:none; height: 21px;">
<upload:progressbar id="pbProgressBar" runat="server" Inline="true"  Triggers="btnUpload" Width="584px"> </upload:progressbar>
</div>
 <asp:Button ID="btnUpload" runat="server" Text="上传" OnClick="btnUpload_Click"  />
3、aspx.cs页面代码:
Code
4、用了进程条后js return false 提交表单问题
Code

posted on 2009-05-31 00:50  Billt_chen  阅读(2199)  评论(5编辑  收藏  举报

导航