Metadata
- Source
- FLUID-3724
- Type
- Sub-task
- Priority
- Critical
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Colin Clark
- Reporter
- Justin Obara
- Created
2010-09-09T13:32:53.474-0400 - Updated
2014-03-03T13:41:23.675-0500 - Versions
- N/A
- Fixed Versions
-
- 1.3
- Component
-
- Uploader
Description
The Uploader's primary abstraction for different uploading strategies--for example the use of SWFUpload or the use of HTML 5--is called an "upload manager." However, the Upload Manager's responsibility is vague and wide-ranging. In order to successfully implement a working HTML 5 strategy, it should be broken up into a number of smaller units responsible for 1) strategy specific setup, 2) the remote interface with the server, and 3) local, file related logic.
Comments
-
Justin Obara commented
2010-10-04T14:56:09.609-0400 "Bug Parade Infusion 1.3"
-
Colin Clark commented
2010-12-02T12:26:33.264-0500 A series of refactoring ending at r10315 in the FLUID-3722 branch has resolved this issue.