2
私のシナリオによると、ユーザーは自分のプロフィール画像を提出してから、画像のURLを取得してユーザー名、性別、年齢、プロファイルのURL)をサーバーに送信します。ウェブページにネストされたhtmlフォームタグを追加する方法
nested-forms
は次のコードは動作しません。だから誰かが私を解決するのを助けることができる?世界として
<form role="form" action="/submitTheProfile" method="post" >
<input type="text" name="fname" id="f1-first">
<input type="text" name="age" id="f2-first-name">
<input type="text" name="gender" id="f3-first-name">
<form role="form" action="/profilePicUpload" method="post" >
<input id="file-0b" class="file" type="file">
</form>
</form>
[あなたはHTMLフォームをネストできますか?](http://stackoverflow.com/questions/379610/can-you-nest-html-forms) –
これはあなたを助けるかもしれません。 http://stackoverflow.com/questions/597596/how-do-you-overcome-the-html-form-nesting-limitation –
答えは:ajaxの助けを借りて。 – nicael