acessing data of the textarea within the form of multipart type
ramu av
Greenhorn
Joined: Feb 25, 2003
Posts: 28
posted
0
i'm trying to access the text in the textarea which is a member of a form with ENCTYPE="multipart/form-data". this form also has a browse button to upload files.
i'm able to upload the file using this form but the text area gives a null value.
i'm sending the code snippet. please help me out.
ramu
Jeremy Wilson
Ranch Hand
Joined: Feb 18, 2003
Posts: 166
posted
0
If you are not adverse to using apache project libraries, look at the apache jakarta commons projects
fileupload and httpclient
they offer some very good libraries in working with multipart forms that have file attachments.