You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: