From my JSP page I should be able to click on a button which will open the widget to perform file save option. Looks like input tag with type=”xxxx” can be used for file upload. I need to be able to download or save a file. Is there something available?
Share
You need to send the response from server with header
Then just put
<a>tag in your page withhref =url which serves the file with required response header.