knora.json needs to return the file's internal MIME type
benjamingeer opened this issue · 1 comments
benjamingeer commented
Now that Sipi supports uploading non-image files, Knora can't assume that a file's internal MIME type is image/jp2
. Therefore, the /knora.json
route should return the file's internal MIME type.
lrosenth commented
I'll add this feature