HTMLEditorKit and POST
Hi,
I am displaying a html page/form in a JEditorPane.
This is used for file upload.
However, inspite of specifying the enctype to be multipart/form-data, the data sent to the servlet is not in multipart format.
Does anyone know what exactly happens when the submit button is clicked for a form displayed in JEditorPane?
Thanks,
Priya

