I am using file download tag, in that I am not able to download any file which is containing "+" operator, it says:
"failed.No file".
Example: My Filename : My+Docx+Test.docx.
I surfed over internet, they advised me to encode and decode the URL but when I decode the URL I am getting the same error message.
Here is my code, kindly check it and give me our suggestion:
<a data-controlid="dwnld" id="dwnld_1fileDownload" class="downloadFile" style=" " href="http://localhost:50613/Templates/Test/My+Docx+Test.docx" download="/Templates/Test/My+Docx+Test.docx" target="_blank" tabindex="3">DownloadDOCX</a>