Hi,
I'm currently working on a smartgwt application that uses file upload with a .jsp
on the server side and it works. The problem is that I would like to handle the upload without leaving the gwt application, I read that it could be possible to use rpc calls, DSRequest , DSResponse and rpc calls but I don't know how to do.
I'm currently working on a smartgwt application that uses file upload with a .jsp
on the server side and it works. The problem is that I would like to handle the upload without leaving the gwt application, I read that it could be possible to use rpc calls, DSRequest , DSResponse and rpc calls but I don't know how to do.
Comment