I am creating a simple project that will allow me to upload and download files using gwt. i am having trouble with the downloading of files that are on my server.
On the client side, just create a regular <a href="path/to/servlet"> tag. You can use the Anchor class if you want to dynamically create it. When the user clicks the link, the browser will automatically download the file.