搜索资源列表
PHPCMSup401
- 能特点: 1.采用 PHP + AJAX 的方式构建。客户端采用缓存技术,减轻服务器的负担。 2.可以远程管理服务器上的文件,包括上传,下载,新建,编辑,复制,粘贴,删除,远程下载等文件操作。 3.实现了远程 ZIP文件打包/解压。 4.多用户,权限管理,可以分配用户各自的操作目录和可操作的文件类型。 5.两种浏览方式:列表模式和图标模式。 6.在图标模式下可以预览图片文件的缩略图。 7.编辑器可以显示行号,字符替换等功能。 8.自定义风格模板。默认管理员:admin 密码:admin-can
SampleProgressBar
- 这个控件实现一个文件上传时的进度条。应该说,如果你使用AJAX开发,那么会非常容易,不过这个程序里并不使用Ajax。它是使用Javascr ipt实现的,同时这个代码里还包括了文件大小,不同文件类型,文件是否已经存在的验证。-The realization of this control at the time of a file upload progress bar. It should be said, if you use AJAX to develop, then be very ea
Ajax_to_achieve_multi-file_upload_without_refresh.
- 利用Ajax实现多文件无刷新上传,可以无限制增加上传文件的数量,并可以在线控制是否显示图片等 上传图片按日期进行分类存储-The use of Ajax to achieve multi-file upload without refresh, you can upload files to increase the number of unrestricted and can be online control whether to display pictures upload pict
LTAjaxUpFileControl
- 采用Asp.net技术实现了文件的上传,还采用了Ajax技术,希望能帮助大家。-The use of technology to achieve Asp.net file upload, but also uses Ajax technology, hoping to help you.
FileUpload
- file upload control with progress bar ajax
Progressbar
- 该程序采用了jquery框架,实现了小文件上传。 两个地方需要解释 第一,如何知道监听的这个文件就是上传的这个文件实现机制很简单,就是让asp.net产生一个唯一的guid,这个id序号是唯一的,通过ajax取出来赋值给一个隐藏字段;第二,如何获取guid标志的文件信息?通过asp.net缓存机制实现,上传的过程中,不断的将上传信息往缓存里面写,直到文件上传完成,而在另外一个通过guid获取缓存的信息,信息包括你想要的信息,比如上传了多少字节、消耗了多长时间等。 程序核心页面 i
IAjaaxSearchDm
- 用ajax实现,文件上传传的功能。能做为控件源码使用 -Achieved using ajax file upload transmission function. Can do for VCL
ajax-upload-php
- php版本ajax文件上传版本附demo 用于修改头像功能-the php versions ajax file upload 2.1 version attached demo php version ajax file upload 2.1 version attached demo
Ajax-Uploader
- 实现ie上文件上传代码,开发工具是asp.net实现-support file upload by aspx.
Ajax1111
- Ajax无刷新文件上传带进度条,无组件,支持多文件上传-Ajax without refreshing file upload with progress bar, without components
fileinput
- 依赖bootstrap做的一款文件上传插件,不使用flash,采用html5的方式上传文件,界面美观,功能强大,还支持多方便上传-An enhanced HTML 5 file input for Bootstrap 3.x with file preview for various files, offers multiple selection, and more. The plugin allows you a simple way to setup an advanced file pi
Ajax上传文件
- 异步上传文件(Asynchronous upload file)