On 12/26/2015 3:13 PM, Lean Fu wrote:
I'm newbie to gwt, there're two questions needs community help, one is
how to transfer a binary file  between gwt java and external js ? how to
organize the parameters format in respective side ?
another question is how to upload a memory file to server , I don't
means that  FileUpload widget, in my case, I need to save a xml file
created by java to server , and server don't use GWT.

thanks in advance !

--
You received this message because you are subscribed to the Google
Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to
google-web-toolkit+unsubscr...@googlegroups.com
<mailto:google-web-toolkit+unsubscr...@googlegroups.com>.
To post to this group, send email to
google-web-toolkit@googlegroups.com
<mailto:google-web-toolkit@googlegroups.com>.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

If your main concern is to send XML file to Server, and by not using GWT you mean not GWT-RPC then you could simply send the XML as plain text to the server using REST for example.

--
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to