In my site, I am giving the option of downloading multiple files at the same time for the user. If the user chooses the files reqd, using javascript I create a popup where I call the php file which contains the download script. This is working fine.. But my probs is the URL is listed on the download window.. it says 1.2MB of download.php?filename="xyz.ext". Is there anyway to avoid this. I tried giving a name to the popup window, but still the same result.. Then I tried using urlencode also without sucess.
I need to have something like "My Site Name" instead of the file name.
Any suggestions?