Skip to content

Commit

Permalink
Content dispostion as it causes a download box on IE8
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian.Just committed Sep 5, 2014
1 parent 67520a2 commit 56c640a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/uploadhandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"'
});
};

Expand Down

0 comments on commit 56c640a

Please sign in to comment.