minimal support for txt documents

This commit is contained in:
j 2025-07-06 21:40:31 +01:00
commit 94d57028cd
10 changed files with 761 additions and 5 deletions

View file

@ -434,7 +434,7 @@ pandora.imageExtensions = [
];
pandora.documentExtensions = [
'pdf', 'epub' /* , 'txt', */
'pdf', 'epub', 'txt'
].concat(pandora.imageExtensions);
pandora.uploadDroppedFiles = function(files) {