Is it possible to alter the server code to be able to serve up PDFs for download? I've added the MIME-code to the ContentTypes hash table: mContentTypes.put("pdf", "application/pdf"); but when I click on the link to open it, or when I try to right-click > save link as... I get an error.