You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Don Brown (JIRA)" <ji...@apache.org> on 2006/06/14 07:25:16 UTC

[jira] Commented: (WW-1113) Remote form bug for multipart enctype ,(upload file ..)

    [ http://issues.apache.org/struts/browse/WW-1113?page=comments#action_37514 ] 

Don Brown commented on WW-1113:
-------------------------------

I thought that mutlipart forms can't be submitted via Ajax-type means.  Has this ever worked or can you make it work by coding everything by hand?

> Remote form bug for multipart enctype ,(upload file ..)
> -------------------------------------------------------
>
>          Key: WW-1113
>          URL: http://issues.apache.org/struts/browse/WW-1113
>      Project: Struts Action 2
>         Type: Bug

>     Versions: WW 2.2
>  Environment: ww2.2 release, jetty , win xp 
>     Reporter: firebody
>     Assignee: Ian Roughley
>     Priority: Critical
>      Fix For: 2.0.0

>
> <ww:form namespace="/email" id="email" action="createEmail" validate="true"
> 			method="post" enctype="multipart/form-data"  theme="ajax" >
>            <tr>
> 				<td>attach:</td>
> 				<td><input name="uploadFiles" type="file" value="" size="60"></td>
> 			</tr>
> ....
> </ww:form>
> when i clicked  the bindButton to submit ,it will return a  'undefine' response ,but server side had successed to receive req and returned response ,cliend side has no any error except that the response showed on the screen  is 'undefined' . 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira