Welcome![Sign In][Sign Up]
Location:
Search - upload js

Search list

[JSP/Java2006081319475018632

Description: 带进度条的文件上传(java+ajax源码) 在写代码的时候,还要用到关于servlet的包servlet-api.jar。   写完后调试的过程中,老报错:java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream,后来一查才知道少了commons-io-1.2.jar,加上后,就ok了。   关于获取及显示进度部分,用了我原来自己写的一个ajax的应用架构,从中抽取了部分代码出来,注意,js文件只适用于UTF-8编码的页面,因为现在我只写UTF-8编码的页面了,国际化方便。  progressUpload.jar中,包含了commons-fileupload-1.1.1.jar,servlet-api.jar,commons-io-1.2.jar,在progressUpload.jar中,还包含一个属性文件,里面是一些默认配置,可根据自己的需要修改。   由于有源码,怎么用可以自己看源码,此外,那个例子中也写了,在此不再赘述。例子中只取到了FileItem,再将item保存一下就ok了,示例代码: File upFile = new File(remoteFilePath) try \{ item.write(upFile) fileInfo.put("infotip", "上传成功.") } catch (java.lang.Exception e) \{ fileInfo.put("infotip", "上传失败.") }-with the progress of the file upload (java ajax OSS) in writing code, also used on packages servlet servlet-api.jar. After the finish debugging process, the old errors : java.lang.NoClassDefFoundError : org/apache/commons/io/output/DeferredFil eOutputStream. Later, an investigation will know less commons-io- 1.2.jar, plus, on the ok. On access and display some progress with my own original written by a ajax application architectures, from taking part code, and the attention js document only applies to UTF-8 encoded pages. now I just write UTF-8 encoded pages, international convenience. ProgressUpload.jar, contains commons- fileupload- 1.1.1.jar. servlet-api.jar, commons-io- 1.2.jar. In progressUpload.jar, also includes an attribute documents, There is some of the default conf
Platform: | Size: 577536 | Author: 商务通 | Hits:

[OAsscms

Description: 现在的这个版本除了对代码进了相当多的优化以外,还做了以下的修正: 1.资源发布的修正:PSN可以删除的修正 2.编辑器的修正:可以上传图片 3.内容发布的修正:文章自定义发布顺序内容发布 4.JS引用:采用了缓存管理 5.频道菜单:列出系统中的频道结构 ... 在这里,我们想声明一点:我们的作品,既然开源了,就不怕被某些垃圾偷! 在此,我们郑重声明:SS-CMS永远会走免费、开源的路子! -now in addition to this version of the code into a lot of optimization, has made the following amendments : 1. Resources released by the amendment : PSN can delete the two amendments. Editor amendment : 3 can upload pictures. Published content of the amendments : This article from the definition of release order issued 4.JS invoked as : using a cache management 5. channel menu : lists system of channels structure ... Here, we would like to make it clear : our work, since the revenue, not afraid to steal some of rubbish! Here, we solemnly declare : SS- CMS will always go free, ways to raise revenue.
Platform: | Size: 894976 | Author: sdfew | Hits:

[WEB Codeqqtb35

Description: 一个贴吧.系统平台: ASP+ACCESS . 使用UBB编辑器,可以自由伸缩或下拉编辑框 图片上传功能,图片使用了防盗链功能,只要你在后台修改了上传目录,用户上传时也无法知道实际路径 用户形象上传下及贴子上传目录/大小自由设置 随帖广告功能,无限量广告数目,无限制广告类型 自由设置媒体文件在网页直接播放还是显示连接地址 自由设置使用上传方式,无组件或有组件(ASPUPLOAD)上传(使用有组件上传需要ASPUPLOAD组件支持) 全新js调用功能,可调用"最新贴吧","最新帖子","最新精华帖子","最新最热贴子"-a affixed it. Platform : ASP ACCESS. Use UBB editor, free telescopic edit box or drop-down picture upload function, the use of pictures of anti-Daolian function, If you are in the background changes upload directory, Upload users do not know when the actual path where users upload image upload directory postings and/or small set free advertising with the successful note energy, unlimited number of advertisements, Advertising types unrestricted free media files installed directly on the website or broadcast address shown connecting the freedom to use upload form , no component or components (ASPUPLOAD) uploads (using components Upload need ASPUPLOAD pieces of support) js called new functions can be called "the latest affixed it", "the latest message", "essence of
Platform: | Size: 737280 | Author: liujin | Hits:

[WEB CodeExt.ux.Dialog

Description: Extjs的上传控件Ext.ux.Dialog的实例,用作上传,后台为PHP。-Extjs upload control Ext.ux.Dialog examples for upload, the background for PHP.
Platform: | Size: 2948096 | Author: 戴云笛 | Hits:

[JSP/JavaBlogSystem

Description: 一个JAVA做的博客系统。系统采用JSP + JS + TOMCAT + MYSQL制作。用户能上传图片和音乐到系统中。游客和用户自己能在页面中浏览文件和听歌。-A JAVA to do the blog system. System uses JSP+ JS+ TOMCAT+ MYSQL production. Users can upload pictures and music into the system. Tourists and the user' s own browser in the page files and songs.
Platform: | Size: 53248 | Author: mike | Hits:

[WEB CodeFilesUpload

Description: 简单说明: 1、文件说明: css为css样式文件目录; js为主要实现代码目录; testUpload.htm为简单示例文件; 2、主要文件说明: common.js - 主要通用功能文件 upload.js - 主类文件 3、调用代码: <script type="text/javascript">ocUpload.init(6) </script> 说明: ocUpload.init(6) 中间设置的参数6,为一次可最多可用的上传控件file的数量; 4、获取表单file内容: 生成的代码中,file控件的name为:file1, file2, file3... 以此类推, 所以,在后台的处理页面中,获取表单为: ASP中: request("file1"), request("file2") ... JSP中: request.getParameters("file1") request.getParameters("file2") -Multiple Files Uploading SourceCode
Platform: | Size: 4096 | Author: 张平安 | Hits:

[JSP/Javascriptaculous-js-1.7.0

Description: 这是一款js组建,非常好用。希望大家共同上载好的小插件。-This is the formation of a js, very easy to use. Hope that the common good to upload a small plug-ins.
Platform: | Size: 139264 | Author: liyp | Hits:

[JSP/Javajsprogressbarhandler_033

Description: 带进度条的jsp上传系统,使用Commons组件,对于理解Commons组件有很好帮助,注释很详细-Jsp with the progress of the upload system, the use of Commons components, the components have a good understanding of Commons to help Notes detail
Platform: | Size: 58368 | Author: 冯卫东 | Hits:

[Web Serverupload

Description: asp文件上传,js效果带进度条的无组件上传-asp file upload, js with the progress of the effect of the non-component upload
Platform: | Size: 27648 | Author: | Hits:

[JSP/Javastruts_jqueryCorner_ext_DWR

Description: 1.struts验证框架 2.jquery圆角 3.ext-JS例子 4.DWR+JQuery显示动态查询 5.struts文件上传,下载。-2.jquery authentication framework 1.struts fillet 3.ext-JS examples show 4.DWR+ JQuery dynamic query 5.struts file upload, download.
Platform: | Size: 1688576 | Author: lgj | Hits:

[WEB Codeuploadobj

Description: asp上传组件,可以显示进度条、可以上传大文件,可以用多种调用方式!-asp upload component that can display the progress bar, you can upload large files, you can use a variety of ways call!
Platform: | Size: 195584 | Author: come1234 | Hits:

[JSP/Javajquery.js

Description: This complete bullshit. I shouldn t have to upload to see a stupid data sheet.-This is complete bullshit. I shouldn t have to upload to see a stupid data sheet.
Platform: | Size: 19456 | Author: p0- | Hits:

[JSP/JavaJs

Description: 上传几个功能较强的Javascript特效,学习ing-Upload a few more powerful Javascript effects and learn ing
Platform: | Size: 30720 | Author: leo | Hits:

[JSP/JavaUploadAndDown_Project

Description: struts文件上传下载st ruts文件上传下载-download struts file upload struts file upload uploading and downloading files to download struts
Platform: | Size: 225280 | Author: 暗夜之狼 | Hits:

[WEB CodeRwVote

Description: 随着计算机和电子通讯技术的飞速发展和网络应用的深化,网络版的投票评选在活动中的方便性和重要性,目前系统定位于投票评选行业的量身开发,打造行业的领先服务评选品牌,系统整合单选/多选一体化功能,并适合图文评选,适合用于大型媒体单位、机关单位、院校机构、集团公司、门户网站可用于城市评选、美景评选、优秀人物评选、活动评选,事迹评选. 系统功能: 1、IP封锁管理、代理IP安全过滤功能,上传文件管理,防SQl注入,脏话过滤功能 2、单选/多选切换,投票开关,验证码开关,有效时间功能 3、防刷开关,防刷时间,安全页面跳转功能 4、IP开关功能,有效时间控制,IP可投票管理 5、会员开关功能,有效时间功能,会员有效投票管理 6、Cookies开关功能,有效时间功能,Cookies有效投票管理 7、多权限后台管理功能,认证码登入功能。 8、完善会员注册,推荐评选,支持多图上传功能 9、新闻发布,和分类管理、评选新闻功能 10、评选咨询,在线回复管理功能 11、关于我们,友情链接管理功能 12、评选排行,人气排行图形显示功能-With computers and the rapid development of electronic communication technologies and network applications, deepening, and voted online version of the convenience in the activity and importance, the current system located in the customized development of the industry voted to create the industry s leading service brand selection , system integration radio/multi-selection of integration features, and is suitable for graphic selection, suitable for large media unit, organization units, institutional sectors, the company, the portal can be used for city selection, beautiful selection, excellent character selection, activities selection, story selection. System functions: 1, IP block management, IP security filtering agent, upload file management, anti-SQl injection, bad language filtering 2, radio/multi-select switch, vote switches, authentication code switch, to the time function 3, anti-brush switch, anti-brush, and the safety page jump function 4, IP switching, the effectiv
Platform: | Size: 1106944 | Author: Blusea | Hits:

[JSP/JavaUploader

Description: java+jquery写的上传组件,使用方便,适合集成-java+ jquery upload component written, easy to use, suitable for integration
Platform: | Size: 2334720 | Author: Tom | Hits:

[JSP/Javamultiple-file-upload

Description: 基于jquery的多文件上传插件,实现了多文件上传功能-js file upload functionality to achieve a more
Platform: | Size: 83968 | Author: cary | Hits:

[FlashMXSWFUpload-v2.2.0.1-Samples

Description: flash上传,带进度条,支持上移下移,多图片同时上传-flash upload with progress bar to support the move down, and more uploading pictures at the same time! !
Platform: | Size: 269312 | Author: aaa | Hits:

[JSP/Javajs-Pictures-show-effect

Description: 上传图片展示效果,可以进行把上传的图片显示。-Upload pictures showing effect, can undertake to upload images showed.
Platform: | Size: 292864 | Author: 蒋真 | Hits:

[Other Web Codeeasyui-upload

Description: easyui的单个文件上传,js的前台,struts的后台。-EasyUI single file upload, JS front, struts background.
Platform: | Size: 71680 | Author: Pamela | Hits:
« 12 3 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net