
|
If you were logged in you would be able to see more operations.
|
|
|
Sakai
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
|
|
| 2.4.x Status: |
None
|
| 2.5.x Status: |
None
|
|
A basic utiltiy should be provided for uploading files of special types. This could then be extended to customize the action.
|
|
Description
|
A basic utiltiy should be provided for uploading files of special types. This could then be extended to customize the action. |
Show » |
|
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.