Documentation for a historical release of Infusion: 1.3
Please view the Infusion Documentation site for the latest documentation.
If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Important Notes for Developers

In order try the to run the Uploader locally (e.g. to try the sample code, or to test your own implementation), you will need to make some minor modifications to your Flash settings in order to allow the Flash component to run with out a server:

  1. Open your browser
  2. Browse to:
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html
  3. In the Flash Settings panel, click "Edit locations..."
  4. Select "Add location..."
  5. Click "Browse for folder..."
  6. Select the local /src/webapp/lib/swfupload/flash/ directory that contains the swfupload.swf file
  7. Restart your browser

Running the Uploader locally without a server is officially an invalid configuration for anything other than UI development and testing. The browsing portion of the workflow is fine, but the upload portion is done with smoke and mirrors and fakery. Do not do QA while running locally.

For more information, see the Readme.txt file included with the Uploader sample code: src/webapp/sample-code/uploader/Readme.txt.

  • No labels