[ 
https://issues.apache.org/jira/browse/WICKET-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13060685#comment-13060685
 ] 

Sven Meier commented on WICKET-2762:
------------------------------------

Your patch doesn't work if the form doesn't contain an UploadProgressBar.

I'm thinking of a simpler solution targeting 1.5 currently (could be adapted to 
1.4 later on):
The pageid should be sufficient to identify the UploadInfo, since requests to 
pages are synchronized anyway.

> Multiple fileuploads in one http-session
> ----------------------------------------
>
>                 Key: WICKET-2762
>                 URL: https://issues.apache.org/jira/browse/WICKET-2762
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-core
>    Affects Versions: 1.4.6
>            Reporter: Sebastian Hinzelmann
>            Assignee: Sven Meier
>            Priority: Minor
>         Attachments: multipleUploadQuickstart.zip, upload.zip
>
>
> It is not possible to upload files in one http-session at the same time in 
> several tabs, because the UploadInfo-object is saved in this session and set 
> to null after the first succesful upload... Therefore you could probably save 
> a map with UploadInfo-objects instead.
> Wouldn't is be useful?
> Besides, there are some reasons i don't want to use the possibility to have 
> multiple uploads in one form..

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to