I need tos send a xml file from the front end(jsp) to the server and the serve which in turns sends a HTTP_OK.
Please help me how to do this
-
send a xml file from a jsp to the server (2 messages)
- Posted by: Vidya Sagar Kompala
- Posted on: September 09 2005 05:08 EDT
Threaded Messages (2)
- Uploading an XML file by Phil Haigh on September 12 2005 11:14 EDT
- send a xml file from a jsp to the server by Dmitry Namiot on September 13 2005 03:35 EDT
-
Uploading an XML file[ Go to top ]
- Posted by: Phil Haigh
- Posted on: September 12 2005 11:14 EDT
- in response to Vidya Sagar Kompala
Use a file input component as part of an HTML form? Or use an AJAX-style approach to send the data asychronously...
Phil. -
send a xml file from a jsp to the server[ Go to top ]
- Posted by: Dmitry Namiot
- Posted on: September 13 2005 03:35 EDT
- in response to Vidya Sagar Kompala
See for example HTTP taglib in Coldtags suite:
http://www.servletsuite.com/jsp.htm