AspNet上传文件的几个控件

本文转载:http://www.cnblogs.com/downmoon/archive/2009/02/05/1384931.htmlhtml

1、AspnetUpload
git

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

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

ajax

二、FancyUpload - Swiff meets Ajax (v2.0)(开源)浏览器

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

Falsh上传,Ajax技术,还不错。

less

三、SWFUpload(开源)网站

地址:http://swfupload.org/ ui

利用JavaScript/Flash技术,很是成熟,跨平台,支持大多数浏览器。

spa

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

地址:http://www.codeproject.com/KB/aspnet/FlashUpload.aspx

 Multiple File Upload With Progress Bar Using Flash and ASP.NET

 也能够从这里下载

邀月补充:

五、 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




六、ComponentArt UI Framework 2009.2 for .NET 的Upload组件

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

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

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

相关文章
相关标签/搜索