FLUID-4038: Renderize the Uploader

Metadata

Source
FLUID-4038
Type
Improvement
Priority
Critical
Status
Open
Resolution
N/A
Assignee
Colin Clark
Reporter
Colin Clark
Created
2011-01-20T12:27:28.138-0500
Updated
2015-06-09T10:26:53.899-0400
Versions
  1. 0.3
  2. 0.4beta1
  3. 0.4
  4. 0.5beta1
  5. 0.5
  6. 0.6beta1
  7. 0.6
  8. 0.7
  9. 0.8
  10. 0.8.1
  11. 1.0
  12. 1.1
  13. 1.1.1
  14. 1.1.2
  15. 1.1.3
  16. 1.2beta1
  17. 1.2
  18. 1.2.1
  19. 1.3
  20. 1.4
  21. 1.5
Fixed Versions
N/A
Component
  1. Uploader

Description

The Uploader currently uses plain old jQuery to Render its entire UI. This makes it more challenging for users to handle markup, and causes a significant amount of boilerplate code that can be removed by using the Fluid Renderer.

Comments

  • Colin Clark commented 2011-01-20T12:28:19.534-0500

    Renderizing the Uploader depends on having a clear, consolidated model for the Uploader, which will involve refactoring the FileQueue object.