[jQuery] Ajax form submitting help

[jQuery] Ajax form submitting help


Iv got this form that allows you to select some files on your
computer, when submitted the php behind it processes the the form and
return some text.
What i would like to accomplish is though Ajax submit the form, grab
the text that is returned and put it in a textarea (that is already
hidden on the page, and will be unhidden when the form submit)
I cant seem to find how to do this. if someone could point me in the
right direction that would be great. thanx.