MIME type sniffing problem
Hi,
Zotero can't sniff the MIME type of this PDF file. It looks like the sniffing code fails (attachment.js:294) because the PDF signature is found after some bogus characters that the file contains (comments added by the PDF creator probably).
Just a minor issue I thought I should let you know about.
Cheers
Zotero can't sniff the MIME type of this PDF file. It looks like the sniffing code fails (attachment.js:294) because the PDF signature is found after some bogus characters that the file contains (comments added by the PDF creator probably).
Just a minor issue I thought I should let you know about.
Cheers
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
The actual problem I'm having is that whenever I try to save the file directly into the Zotero library I'm getting is this : "An error occurred while saving this link" and I see "Downloaded PDF did not have MIME type 'application/pdf' in Attachments.importFromURL()" in the debug log.
I hope this helps
I increased the length to 200 and now it works. Changed in the latest 4.0 branch dev build for 4.0.13.
Thanks.