@@ -12,6 +12,7 @@ class Uploader {
return !this.configManager.getConfig('crowi', 'app:fileUploadDisabled') && this.isValidUploadSettings();
}
+ // File reading is possible even if uploading is disabled
getIsReadable() {
return this.isValidUploadSettings();