Re: create another servlet in gwt project

2010-08-20 Thread mdwarne
You can create another servlet for file upload in the same Web application. I have another servlet that I use to create PDF files, so I know this works. Make sure you configure your new servlet, and your servlet URL mapping in your web.xml file. Then make sure you post your data to the new Servle

create another servlet in gwt project

2010-08-19 Thread eddy88
hi, i have a problem with gwt project. i write my first web application in gwt. my application should permit a client to send a file to a server. i see the fileUpload e gwt Upload but i'm not able to send file. i have the class that extends remoteserviceservlet that have various methods that i writ