You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "David Crossley (JIRA)" <ji...@apache.org> on 2006/03/01 08:08:40 UTC

[jira] Updated: (COCOON-881) [PATCH] file upload component for usage with flowscript

     [ http://issues.apache.org/jira/browse/COCOON-881?page=all ]

David Crossley updated COCOON-881:
----------------------------------

    Bugzilla Id:   (was: 24529)
     Other Info: [Patch available]
    Description: 
hy, 
 i coded a basic upload component based on the upload action  of the cocoon 
handbook:
To use it, you must add the component role in a file user.xroles

<?xml version="1.0" encoding="UTF-8"?>
<role-list>
<role name="lab.crip5.ECR.cocoon.components.UploadManager"
    shorthand="upload_manager"
    default-class="lab.crip5.ECR.cocoon.components.UploadManagerImpl"/>
</role-list>

and setup the cocoon.xconf  to use the file 
<cocoon version="2.1" user-roles="/WEB-INF/user.xroles">

so now we can use the flowscript upload sample in the cocoon wiki !

  was:
hy, 
 i coded a basic upload component based on the upload action  of the cocoon 
handbook:
To use it, you must add the component role in a file user.xroles

<?xml version="1.0" encoding="UTF-8"?>
<role-list>
<role name="lab.crip5.ECR.cocoon.components.UploadManager"
    shorthand="upload_manager"
    default-class="lab.crip5.ECR.cocoon.components.UploadManagerImpl"/>
</role-list>

and setup the cocoon.xconf  to use the file 
<cocoon version="2.1" user-roles="/WEB-INF/user.xroles">

so now we can use the flowscript upload sample in the cocoon wiki !


> [PATCH] file upload component for usage with flowscript
> -------------------------------------------------------
>
>          Key: COCOON-881
>          URL: http://issues.apache.org/jira/browse/COCOON-881
>      Project: Cocoon
>         Type: Improvement
>   Components: - Components: Avalon
>     Versions: 2.0
>  Environment: Operating System: All
> Platform: All
>     Reporter: Nicolas Maisonneuve
>     Assignee: Cocoon Developers Team
>     Priority: Minor
>  Attachments: FileUploadManager.java, FileUploadManagerImpl.java
>
> hy, 
>  i coded a basic upload component based on the upload action  of the cocoon 
> handbook:
> To use it, you must add the component role in a file user.xroles
> <?xml version="1.0" encoding="UTF-8"?>
> <role-list>
> <role name="lab.crip5.ECR.cocoon.components.UploadManager"
>     shorthand="upload_manager"
>     default-class="lab.crip5.ECR.cocoon.components.UploadManagerImpl"/>
> </role-list>
> and setup the cocoon.xconf  to use the file 
> <cocoon version="2.1" user-roles="/WEB-INF/user.xroles">
> so now we can use the flowscript upload sample in the cocoon wiki !

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira