How to rename or keep the file name only while downloading the file entering a required key?
See my below code. It’s working fine but while downloading a file by entering the required key, the file name changed and it’s downloading with the whole domain name + directory + file name. But I want just the file name. Code : //This is the HTML part. <center> <input class="keyBox" style="padding : 10px; padding-left:15px;… Read More How to rename or keep the file name only while downloading the file entering a required key?