i have a form in another form............
<form1>
<form2>
</for>
</form>
the form2 is submited automatically, and has only one field of fileupload, and is auto processing file upload with jquery ajax...!!
it works fine for me but when i pass the response filename of form2 to form1 <input> field it shows me fine........but when i submit form1 the <input> field which contains the form2 response value it says empty........!! how can i fix that