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 ChangesWith 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 ChangesSome functions have been renamed If you used... | You'll now use... |
---|
uploader.repairFromUpload() | uploader.refreshAfterUpload() |
|