[ 
https://issues.apache.org/jira/browse/TAPESTRY-1354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ben Sommerville updated TAPESTRY-1354:
--------------------------------------

    Attachment: tapestry-upload.zip

Attached is an implementation of a file upload component for Tapestry 5.
I needed it for my current project & I figured others may need it too.  

The component is implemented as an add on library.  I modeled the project after 
tapestry-spring, tapestry-hibernate, etc so hopefully it can be dropped in with 
minimal changes.  I've assumed that it would be included in the Apache Tapestry 
project. If that is not the appropriate place, let me know where it should go & 
I will tweak.

The library includes one component (called "upload") plus the necessary filters 
& services to handle receiving a multipart request.  It is dependent on 
commons-fileupload & commons-io (& tapestry of course).

Any criticism/suggestions are welcome.




> Implement a file upload component
> ---------------------------------
>
>                 Key: TAPESTRY-1354
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1354
>             Project: Tapestry
>          Issue Type: New Feature
>    Affects Versions: 5.0
>            Reporter: Howard M. Lewis Ship
>         Attachments: tapestry-upload.zip
>
>
> A file upload component is necessary.
> Currently, I favor implementing this as an add-on library, since many 
> applications will not need support for uploads (and the upload support adds 
> depenencies on a bunch of Jakarta commons libraries).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to