You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sebastian Hinzelmann (JIRA)" <ji...@apache.org> on 2010/03/01 15:59:06 UTC

[jira] Created: (WICKET-2762) Multiple fileuploads in one http-session

Multiple fileuploads in one http-session
----------------------------------------

                 Key: WICKET-2762
                 URL: https://issues.apache.org/jira/browse/WICKET-2762
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.4.6
            Reporter: Sebastian Hinzelmann


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.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-2762) Multiple fileuploads in one http-session

Posted by "Juergen Donnerstag (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844839#action_12844839 ] 

Juergen Donnerstag commented on WICKET-2762:
--------------------------------------------

would it possible for you to provide a patch but more importantly a testcase/quickstart. Thanks a lot.

> 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
>    Affects Versions: 1.4.6
>            Reporter: Sebastian Hinzelmann
>            Priority: Minor
>
> 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.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-2762) Multiple fileuploads in one http-session

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg updated WICKET-2762:
----------------------------------

      Priority: Minor  (was: Major)
    Issue Type: Improvement  (was: Bug)

> 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
>    Affects Versions: 1.4.6
>            Reporter: Sebastian Hinzelmann
>            Priority: Minor
>
> 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.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-2762) Multiple fileuploads in one http-session

Posted by "Sebastian Hinzelmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebastian Hinzelmann updated WICKET-2762:
-----------------------------------------

    Attachment: multipleUploadQuickstart.zip
                upload.zip

With this a list of instances of UploadInfo is managed in a http-Session, in order to realise multiple uploads in one session.

> 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
>    Affects Versions: 1.4.6
>            Reporter: Sebastian Hinzelmann
>            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.
-
You can reply to this email to add a comment to the issue online.