Possible Duplicate:
Java Text Area not posting
I am trying to submit a form to update content on a homepage. The form consist of 6 possible files for upload and a textarea box for the verb-age. When submitting the form the text area consistently is null when i have enctype="multipart/form-data". Without the enctype the textarea submits fine. Will I need to separate this into 2 forms?
