My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads

swfupload-gwt provides GWT developers a Java interface to make use of the SWFUpload library. SWFUpload is a system for enhanced browser-based file uploads using Macromedia Flash Player to add additional capabilities beyond what standard web browsers provide.

This project is based on version SWFUpload version 2.2.0 which is compatible with the new security restrictions in Flash 10.

http://swfupload.org/

http://code.google.com/p/swfupload/

There is a basic quick-start guide to get you going.

This project is now built with Maven2

Maven repository - Snapshots

Maven repository - Releses

Releases will be posted to the download section. If you're project uses maven, use the configuration below.

  <repositories>
    <repository>
      <id>swfupload-gwt-snapshots</id>
      <name>SWFUpload-GWT snapshot releases</name>
      <url>http://swfupload-gwt.googlecode.com/svn/maven/snapshots</url>
      <snapshots>
      	<enabled>true</enabled>
      </snapshots>
    </repository>
  </repositories>

  <dependencies>
    <dependency>
      <groupId>org.swfupload</groupId>
      <artifactId>swfupload-gwt</artifactId>
      <version>1.1-SNAPSHOT</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
Powered by Google Project Hosting