Re: How to upload xml file with out writting servlet in the server side (using RPC call)

2008-12-01 Thread mikedshaf...@gmail.com
to ask? Later, Shaffer On Dec 1, 4:04 am, Learner [EMAIL PROTECTED] wrote: Hi ,I am very new to the GWT, I want to upload xml file using GWt in client side and pass that file name to the server side and server side API should able to read it. I don't want use servlets in the serverside only

Upload XML file

2008-09-30 Thread Stefano Cristiani
I'm trying to upload an XML file on the server to get back the string of the file content to parse on the client side, but it seem that the server side code that you suggested doesen't work properly. This is my code :