Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Section
Column
width65%

This page will walk you through the process of upgrading your existing 0.8 Uploader implementation to the new 1.0 version. This tutorial assumes that

  • you are already familiar with HTML, Javascript and CSS
  • you are familiar with what Reorderer is and does
  • you have an existing implementation of Reorderer that worked with the 0.8 Infusion release.
  • you are using the default classes

Location Changes

With the directory restructuring comes the need to update your paths to our files.
[fluid:Files with new names have been marked in bold.]

If you use...

The new path is...

../../css/fluid.reset.css

../../../framework/fss/css/fss-reset.css

../../css/fluid.layout.css

../../../framework/fss/css/fss-layout.css

../../css/fluid.components.uploader.css

../css/Uploader.css

../../js/jquery/jquery-1.3.2.js

../../../lib/jquery/core/js/jquery.js

../../js/jquery/ui.core.js

../../../lib/jquery/ui/js/ui.core.js

../../js/jquery/jquery.keyboard-a11y.js

../../../framework/core/js/jquery.keyboard-a11y.js

../../js/swfupload/swfobject.js

../../../lib/swfobject/js/swfobject.js

../../js/swfupload/swfupload.js

../../../lib/swfupload/js/swfupload.js

../../js/fluid/Fluid.js

../../../framework/core/js/Fluid.js

../../js/fluid/ProgressiveEnhancement.js

../../../framework/core/js/ProgressiveEnhancement.js

../../js/fluid/uploader/FileQueue.js

../js/FileQueue.js

../../js/fluid/uploader/DemoUploadManager.js

../js/DemoUploadManager.js

../../js/fluid/uploader/SWFUploadManager.js

../js/SWFUploadManager.js

../../js/fluid/uploader/Scroller.js

../js/Scroller.js

../../js/fluid/uploader/Progress.js

../../progress/js/Progress.js

../../js/fluid/uploader/Uploader.js

../js/Uploader.js

API Name Changes

Some functions have been renamed

If you used...

You'll now use...

uploader.repairFromUpload()

uploader.refreshAfterUpload()

Column
solid
Panel
borderStyle
borderColor#566b30
bgColor#fff
titleBGColor#D3E3C4
borderStylesolid
titleOn this Page
Table of Contents
toc
maxLevel
5
minLevel2maxLevel5
Include Page
Still Need Help panel
Still Need Help panel

...