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-unsubscr...@tapestry.apache.org
For additional commands, e-mail: dev-h...@tapestry.apache.org

Reply via email to