nodebb-plugin-original-upload-filenames
v0.1.0
Published
Serve NodeBB uploaded files with their original filename when downloaded.
Readme
nodebb-plugin-original-upload-filenames
NodeBB plugin that removes the timestamp prefix from uploaded file names in download headers.
For example, a stored upload named 1710000000000-document.pdf is served with a download filename of document.pdf.
Installation
Install and activate the plugin, then restart NodeBB:
./nodebb activate nodebb-plugin-original-upload-filenames
./nodebb restart