搜索资源列表
ASP.NET 大文件上传组件
- Asp.Net FileTrans
FileUploader.NET+V2+Evaluation
- 支持多文件上传、大文件上传、上传进度条等功能,强大
ASP.NET 大文件上传组件
- 支持多文件上传、大文件上传、上传进度条等功能,强大
ASP.NET文件上传程序的源代码
- ASP.NET文件上传程序的源代码-Source codes for ASP.NET file update program
asp.net2.0上传文件(含进度条)
- asp.net 上传文件,已测试通过。
大文件上传组件
- 大文件上传组件支持java,.net平台。带接口文档和实例。
HttpModelApp
- 大文件上传,可以实现2G大小的文件上传问题,而不会产生超时问题。-upload large size file
MultilFileUpload(Net_Flex)
- 基于Flex开发的多文件上传控件,及在.Net平台下使用该控件的Demo-Flex-based development of multi-file upload controls, and. Net platform used under the control of Demo
ABCUpload[1].net
- 一个很好的C#编写的文件上传源码! 一个很好的C#编写的文件上传源码!-A good preparation of C
163FileUp_Net
- 163网盘无刷新文件上传.Net版.rar-163 network disk without refresh file upload. Net version. Rar
dwjsc
- 一个非常好用实现asp .net 2.0大文件和进度显示的上传的C#源码-Achieve a very easy to use asp. Net 2.0 shows the progress of large files and upload the C# source code
asp.net
- 一个Flash+asp.net开发的支持大文件上传的系统-Flash+ asp.net development of a support system to upload large files
NeatUpload-1.3.11
- ASP.NET 下开源的文件上传工具NeatUpload,支持大文件,多文件,上传进度条。-ASP.NET Open Source File Upload tools, support Multifile, Big file, Upload Progress Bar.
BigFileUpload_NET2.0
- 一个基于Asp.net的大文件上传源码,可以实现大型文件上传,并提供进度条等-Asp.net based on the source of the large file upload, large files can be uploaded and the progress bar, etc.
SWFFileUpload
- ASP.net和Flash配合实现大文件带进度条上传实例,可实现1g以内大文件上传.-ASP.net and Flash with the realization of large file upload with progress bar instance, can be realized within 1g large file uploads.
ManyFileUpload
- 多文件上传用户控件源码 使用:ASP.NET+C#+jquery+Css 开发成用户控件,在页面中直接调用即可。 本人不做页面特效啥了,也不为盈利,大伙可以修改样式让 控件更美观点。 以后有空再发些好东西给大伙用。 使用方法:双击绿色小脚丫选择文件-ManyFileUpload
FlashUpload_Web
- .Net Flash 文件上传组件,支持进度条!-. Net Flash file upload component, to support the progress bar!
ajaxFileUpload
- 不通过ifr a me框架实现无刷新上传文件的ajax源码-Not through the framework of realization of a ifr a me refresh ajax upload source code
yjihrp-MulUpload-Asp.Net
- asp.ne 运用swfupload 实现多文件上传-asp.ne the use of multi-file upload swfupload
Progressbar
- 该程序采用了jquery框架,实现了小文件上传。 两个地方需要解释 第一,如何知道监听的这个文件就是上传的这个文件实现机制很简单,就是让asp.net产生一个唯一的guid,这个id序号是唯一的,通过ajax取出来赋值给一个隐藏字段;第二,如何获取guid标志的文件信息?通过asp.net缓存机制实现,上传的过程中,不断的将上传信息往缓存里面写,直到文件上传完成,而在另外一个通过guid获取缓存的信息,信息包括你想要的信息,比如上传了多少字节、消耗了多长时间等。 程序核心页面 i