Download link is driving me crazy
I struggled some time with download links, no matter what filename I specified in the download="filename" attribute, the file I got was always download(1..n). Now I put all into one zip archive. I have a german and an english page, the link is:
Alle Skripte hier zusammen in einem ZIP: <a href="../downloads/backup.zip" title="Download Backup Skripte" class="ilbutton" download>backup.zip</a>
in der deutschen und
Here all together in one zip file: <a href="../downloads/backup.zip" title="Download Backup Skripts" class="ilbutton" download>backup.zip</a>
. I can't see a difference except the language. But: the download of the german link comes as "download.zip". The one from the english one as "backup.zip". WHY???
Thank you for any proposals!
تمام جوابات (1)
Ignore this post. I think, i've found the evil. It is the perl module HTML::TreeBuilder, which expands the download to download="download". What a crap.