content-type
Posted: Thu Mar 17, 2005 7:47 pm
I have a wiki where I intend for people to share bibliographical data, but the types of data allowed by default are for security reasons fairly restrictive.
What I do is export references from Bookends as a .bib file, and then upload the file to the wiki. To allow users to do the same thing, I have to add a line to a configuration file, like this:
$UploadExts['ext'] = 'content-type';
Clearly "bib" should go in the ext bit. Do you have any idea what should go in the content-type bit?
Sorry if this is a bit outside the usual scope of the forum.
Thanks,
Rick
What I do is export references from Bookends as a .bib file, and then upload the file to the wiki. To allow users to do the same thing, I have to add a line to a configuration file, like this:
$UploadExts['ext'] = 'content-type';
Clearly "bib" should go in the ext bit. Do you have any idea what should go in the content-type bit?
Sorry if this is a bit outside the usual scope of the forum.
Thanks,
Rick