You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Vesko Georgiev <ve...@gmail.com> on 2011/05/12 00:30:40 UTC

Tapestry Upload code change suggestion

Hi there,

I have recently started using Tapestry and I needed to have multiple upload functionality. So I modified tapestry upload module. Actually I looked at various javascript solutions on the client side and they all upload the files on one and the same key. Therefore what I did was just to change the map from <String, UploadedFile> to <String, List<UploadedFile>> of the service. And driven by the least number of changes idea I added a new component called MultiUpload instead of changing the existing Upload.

Actually I haven't participated a lot in such mail lists. Should I send the code here, or somewhere else?

Cheers,
Vesko Georgiev




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Tapestry Upload code change suggestion

Posted by "Thiago H. de Paula Figueiredo" <th...@gmail.com>.
On Wed, 11 May 2011 19:30:40 -0300, Vesko Georgiev  
<ve...@gmail.com> wrote:

> Hi there,

Hi!

> Actually I haven't participated a lot in such mail lists. Should I send  
> the code here, or somewhere else?

Welcome to Tapestry. :)

Discuss it here and post code and patches as a JIRA issue in  
https://issues.apache.org/jira/browse/TAP5.

-- 
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org