Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-1524

A little enhancement for multiple file upload

    XMLWordPrintableJSON

Details

    Description

      Various javascript solutions for multiple file upload on the client side upload all files on one and the same key in the form. Therefore, what I did was just to change the map from <String, UploadedFile> to <String, List<UploadedFile>> in MultipartDecoder service. And driven by the least number of changes idea I added a new component called MultiUpload instead of changing the existing Upload. The new component just binds List<UploadedFile> instead of a single UploadedFile.

      Attachments

        1. tapestry-upload.zip
          283 kB
          Vesko Georgiev

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vesko.georgiev Vesko Georgiev
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: