diff --git a/lib/uploadhandler.js b/lib/uploadhandler.js index 3233e86..7bac7c0 100644 --- a/lib/uploadhandler.js +++ b/lib/uploadhandler.js @@ -27,7 +27,7 @@ module.exports = function (options) { this.res.set({ 'Pragma': 'no-cache', 'Cache-Control': 'no-store, no-cache, must-revalidate', - 'Content-Disposition': 'inline; filename="files.json"' + // 'Content-Disposition': 'inline; filename="files.json"' }); };