From 56c640a1c799d2bea9da96d6ca13413f8fcb42b1 Mon Sep 17 00:00:00 2001 From: "Sebastian.Just" Date: Fri, 5 Sep 2014 09:48:44 -0400 Subject: [PATCH] Content dispostion as it causes a download box on IE8 --- lib/uploadhandler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"' }); };