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
since piggy backed this on another I thought that I should just make a new one: #98
I am still having an issue where it would throw the error: Resource interpreted as Document but transferred with MIME type application/pdf:
The url does resolve but when it goes to download, nothing happens not even a failure to download message. I switched the file name in the DB to something other than a PDF and it down loads without fail.
I am in chrome.
The text was updated successfully, but these errors were encountered:
Try adding: Content-Disposition: attachment; filename=???.pdf
to your header response.
I get the same message at work, when using this js and when not, using ancient struts - but the downloads etc all work fine - might be something wrong with your actual download content.
since piggy backed this on another I thought that I should just make a new one: #98
I am still having an issue where it would throw the error: Resource interpreted as Document but transferred with MIME type application/pdf:
The url does resolve but when it goes to download, nothing happens not even a failure to download message. I switched the file name in the DB to something other than a PDF and it down loads without fail.
I am in chrome.
The text was updated successfully, but these errors were encountered: