You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Alexander Suslov (JIRA)" <ji...@apache.org> on 2014/03/07 10:33:44 UTC

[jira] [Created] (WICKET-5530) AJAX file upload hangs up when two big file selected by user and AJAX response is more then 16K

Alexander Suslov created WICKET-5530:
----------------------------------------

             Summary: AJAX file upload hangs up when two big file selected by user and AJAX response is more then 16K
                 Key: WICKET-5530
                 URL: https://issues.apache.org/jira/browse/WICKET-5530
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 6.14.0
         Environment: Windows 7x64
Tomcat 7.0.47
            Reporter: Alexander Suslov


Given:
Max file size is specified for form (for example 5M: form.setMaxSize(Bytes.megabytes(5));)

When:
User try to upload file which has size more then 5M

Then:
If AJAX response is more then 16K request will hangs up (will never be finished).

Expected:
User should see feedback message that file is too big.



--
This message was sent by Atlassian JIRA
(v6.2#6252)