You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "vijay (JIRA)" <ji...@apache.org> on 2008/06/02 09:51:05 UTC

[jira] Created: (WW-2663) File upload does not work when form with file tag & submit tag with ajax theme enabled with some target

File upload does not work when form with file tag & submit tag with ajax theme enabled with some target
-------------------------------------------------------------------------------------------------------

                 Key: WW-2663
                 URL: https://issues.apache.org/struts/browse/WW-2663
             Project: Struts 2
          Issue Type: Bug
          Components: Other
    Affects Versions: 2.0.11
         Environment: windows
            Reporter: vijay
            Assignee: Adi Baron
            Priority: Blocker


File upload does not work when form with file tag & submit tag with ajax theme enabled with some target.When submit button is clicked it gives something like [ObjectHtml]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WW-2663) File upload does not work when form with file tag & submit tag with ajax theme enabled with some target

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso resolved WW-2663.
---------------------------------

    Resolution: Won't Fix

Supporting file upload with ajax is not in the scope of the ajax tags. Search the user mailing list for solutions posted by other users.

> File upload does not work when form with file tag & submit tag with ajax theme enabled with some target
> -------------------------------------------------------------------------------------------------------
>
>                 Key: WW-2663
>                 URL: https://issues.apache.org/struts/browse/WW-2663
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Dojo Tags
>    Affects Versions: 2.0.11
>         Environment: windows
>            Reporter: vijay
>            Assignee: Adi Baron
>             Fix For: 2.1.3
>
>
> File upload does not work when form with file tag & submit tag with ajax theme enabled with some target.When submit button is clicked it gives something like [ObjectHtml]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WW-2663) File upload does not work when form with file tag & submit tag with ajax theme enabled with some target

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Don Brown updated WW-2663:
--------------------------

         Priority: Major  (was: Blocker)
    Fix Version/s: 2.1.3

I'm not sure file uploads are even supported for ajax submits...

> File upload does not work when form with file tag & submit tag with ajax theme enabled with some target
> -------------------------------------------------------------------------------------------------------
>
>                 Key: WW-2663
>                 URL: https://issues.apache.org/struts/browse/WW-2663
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Other
>    Affects Versions: 2.0.11
>         Environment: windows
>            Reporter: vijay
>            Assignee: Adi Baron
>             Fix For: 2.1.3
>
>
> File upload does not work when form with file tag & submit tag with ajax theme enabled with some target.When submit button is clicked it gives something like [ObjectHtml]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2663) File upload does not work when form with file tag & submit tag with ajax theme enabled with some target

Posted by "Brian Relph (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44212#action_44212 ] 

Brian Relph commented on WW-2663:
---------------------------------

file uploads are only supported through some magic - javascript does not have access to the file system, so most ajax frameworks create a hidden iframe and submit the file upload there

> File upload does not work when form with file tag & submit tag with ajax theme enabled with some target
> -------------------------------------------------------------------------------------------------------
>
>                 Key: WW-2663
>                 URL: https://issues.apache.org/struts/browse/WW-2663
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Dojo Tags
>    Affects Versions: 2.0.11
>         Environment: windows
>            Reporter: vijay
>            Assignee: Adi Baron
>             Fix For: 2.1.3
>
>
> File upload does not work when form with file tag & submit tag with ajax theme enabled with some target.When submit button is clicked it gives something like [ObjectHtml]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.