In my web application I have supported user to upload any type of document (.png, .jpg, .docx, .xls, ... ) I\'m trying to implement download functionality for these do
As you are using HTML5 attribute, each browser handling differently. So use https://github.com/dcneiner/Downloadify for client side forceful download instead of viewing in browser.