History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SAK-10775
Type: Task Task
Status: Open Open
Priority: Major Major
Assignee: Jim Eng
Reporter: Jim Eng
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Sakai

Content util should provide a basic upload action

Created: 17-Jul-2007 11:10   Updated: 11-Jun-2008 09:45
Component/s: Content (SVN module)
Affects Version/s: 2.4.0, 2.4.1
Fix Version/s: None

Time Tracking:
Not Specified

2.4.x Status: None
2.5.x Status: None


 Description  « Hide
A basic utiltiy should be provided for uploading files of special types. This could then be extended to customize the action.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Jim Eng - 18-Sep-2007 07:48
This did not get done before code freeze for 2.5.0. If it is required for 2.5.0 or 2.5.x, please let me know ASAP.

Also, we should work out a better spec for this. One possibility is that the type registration defines an upload action and gets to specify some part of the interaction, which will be handled by a helper specified by the type registration, but the actual upload will be handled by the Resources tool. Another possibility is that the type registration gets to define some set of attributes that will be supplied by the helper. For example, maybe the regular Resources tool interface for uploading files is used but the new resources are treated in some special way, and the webapp that defines the resource type gets to set properties on them. In the normal course of events, it may also get to do some pre- and post-upload activity. So we need a more complete spec and/or a use case.