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
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.