Hi,
I have a stream of xml created by javascript/html i would like to send this to a jsp page rather than recreating it all in jsp.
How can i send a stream of xml to a jsp page for saving.
I have tried file uploading in a form but the user must select the file to upload, obviously. Tried as a parameter of the url, but this isn't feasible for a medium sized xml document. Any other ways, or will have to recreate all my client side parsing in java?
Thanks.
I have a stream of xml created by javascript/html i would like to send this to a jsp page rather than recreating it all in jsp.
How can i send a stream of xml to a jsp page for saving.
I have tried file uploading in a form but the user must select the file to upload, obviously. Tried as a parameter of the url, but this isn't feasible for a medium sized xml document. Any other ways, or will have to recreate all my client side parsing in java?
Thanks.