Open tbleiker opened 1 year ago
Also with MICROBIN_NO_FILE_UPLOAD=true
the following JS error is logged:
(index):279 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')
at (index):279:22
(anonymous) @ (index):279
Pointing to:
hiddenFileButton.addEventListener('change', function () {
attachFileButton.textContent = "Attached: " + this.files[0].name;
fileOversized();
});
If
MICROBIN_NO_FILE_UPLOAD
is set totrue
, private or secret pasta cannot be saved. The following error occurs: