GWT fileupload problem

2009-04-09 Thread arun.r...@gmail.com
Hi All, I am getting multipart null even it is set (ENCODING_MULTIPART) on client side. - My Code - 1. GWT widget: FormHandle RootPanel rootPanel = RootPanel.get(); final FormPanel form = new FormPanel(); rootPanel.add(form);

Re: GWT fileupload problem

2009-04-09 Thread Nickelnext
You can't use the RPC (RemoteServlet) to upload a file. You need to use a plain Servlet. Do some googling for more information. - Nickelnext --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group.