• GWTUpload


    GWTUpload是一个GWT文件上传控件,它提供一个进度条来显示实时上传信息包括:文件大小,已传输的字节数等。

    GWTUpload is a library for uploading files to web servers, showing a progress bar with real information about the process (file size, bytes transferred, etc). It uses ajax requests to ask the web server for the upload progress. It has two components written in java, the server side with servlet and utility classes, and the client side that is compiled into javascript using gwt.

    JSUpload is the same client library but compiled and exported into javascript, so users that don't develop in java can use it directly in web pages. I've written an article describing the technique used to do this. JSUpload provides a server program coded in perl that can be installed in any web server as a cgi-bin script.

    点击次数   官方主页【官方主页】   下载地址【下载地址】

    网友留言/评论

    我要留言/评论

    相关开源项目

    jFileCrypt:jFileCrypt是一个能够快速对文件和文件夹进行加密/解密的工具。它基于Java5开发并且运用JCE。支持Blowfish,DES,3DES,AES和RC4加密算法。
    SwingWT:SwingWT是实现Swing与AWT的一个免费SWT类库。
    H2P—html to pdf:H2P—html to pdf 批量把html 转换成pdf 的一种工具,准确的说是批量的根据url 生成pdf 的一种解决方案。
    OpenSwing:OpenSwing为快速、简便的开发胖客户端桌面应用程序提供了一套完整的解决方案,提供比Swing更成熟、更丰富的图形组件。它还包一个框架为在组件与数据模型之间提供一套绑定机制。OpenSwing适用于包括桌面应用程序和基于HTTP的Java应用程序(Swing front-end+HTTP+java servlet +database)。
    Jajuk:Jajuk是一个采用Java开发的音乐管理软件,适用于任何平台。它主要为那些拥有大量零散音乐收藏的高级用户而设计。
    ini4j:ini4j一个用于处理Windows中.ini配置文件的java类库。此外该类库还包括一个基于.ini文件的Java Preferences API实现。
    ibaguice:ibaguice是一个能够将Google Guice2与Apache iBatis3完美集成在一起的开源类库。用于简化创建基于Google Guice2和iBatis3的持久层。
    Android RSS:Android RSS供稿阅读器。是学习、研究Android platform SDK的好例子。
    xmltask:XmlTask是ANT构建的一部份。可利用它在项目构建期间修改配置文件,可为J2EE部署描述新增或删除信息,能在构建期间动态生成ANT build.xml文件,用XHTML创建和维护Web站点,操纵ANT通过一个meta build.xml来提取构建过程。
    JoSQL:JoSQL(SQL for Java Objects)为Java开发者提供运用SQL语句来操作Java对象集的能力.利用JoSQL可以像操作数据库中的数据一样对任何Java对象集进行查询,排序,分组。比如要查找所有在2004年12月修改过的Html文件: