Skip to content

Commit 56c640a

Browse files
author
Sebastian.Just
committed
Content dispostion as it causes a download box on IE8
1 parent 67520a2 commit 56c640a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/uploadhandler.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = function (options) {
2727
this.res.set({
2828
'Pragma': 'no-cache',
2929
'Cache-Control': 'no-store, no-cache, must-revalidate',
30-
'Content-Disposition': 'inline; filename="files.json"'
30+
// 'Content-Disposition': 'inline; filename="files.json"'
3131
});
3232
};
3333

0 commit comments

Comments
 (0)