【www.gdgbn.com--组件控件开发】

asp教程net上传文件的几个控件(downmoon收集)

 

1、aspnetupload

地址:http://www.aspnetupload.net/

最早接触的上传控件。带进度条,能与系统自带的inputfile控件共用。不过是收费的,而且对firefox支持较差。最新版本是2.3

2、fancyupload - swiff meets ajax (v2.0)(开源)

地址:http://digitarald.de/project/fancyupload/

falsh上传,ajax技术,还不错。

3、swfupload(开源)

地址:http://swfupload.org/

利用网页特效/flash技术,非常成熟,跨平台,支持大多数浏览器。

4、这里再提供一个完整的源代码(来自codeproject)

地址:http://www.codeproject.com/kb/aspnet/flashupload.aspx

 multiple file upload with progress bar using flash and asp.net教程

 也可以从这里下载

邀月补充:

5、 ajax uploader

  asp.net file upload like gmail(像gmail那样上传文件,听名字就有点吸引人)

ajax uploader is an easy to use, hi-performance file upload control which allows you to upload files to web server without refreshing the page.

it allows you select and upload multiple files and cancel running uploads, add new files during uploading.

ajax uploader allows you to upload large files to a server with the low server memory consumption. the look and feel of file upload controls can be customized to seamlessly blend into your website design.

demo | download


6、componentart ui framework 2009.2 for .net 的upload组件

官方网站http://www.componentart.com/

这个就不用说了! 演示地址

http://aspnetajax.componentart.com/control-specific/upload/features/core_features/webform1.aspx

  <script type="text/javascript"> if ($ != jquery) { $ = jquery.noconflict(); } </script>

本文来源:http://www.gdgbn.com/asp/28868/