NaturalHistoryMuseum / scratchpads2

Scratchpads 2.0
http://scratchpads.org
GNU General Public License v2.0
199 stars 83 forks source link

Allow .rar file attachment upload #6613

Open Archilegt opened 1 year ago

Archilegt commented 1 year ago

Allow .rar file attachment upload to bibliographic references. That file extension is also used to share data from scientific papers. See, for example, supplementary materials 1 and 2 at https://zookeys.pensoft.net/article/94242/list/5/

Related:

The needed updates seem to be "cosmetic", e.g., with low coding effort. They have been already implemented for:

therobyouknow commented 1 year ago

There is a settings page here: https://myriatrix.myspecies.info/admin/config/media/browser

How I got to the above link: The field_file, File Attachment in Biblio is of type Media Multiselect - this is provided by a module that depends on Media. And the above config for media defines file types allowed.

Try adding rar to the list, save and then try uploading your file again.