https://bugzilla.wikimedia.org/show_bug.cgi?id=19029
--- Comment #1 from Michael Dale <[email protected]> 2009-06-04 00:55:08 UTC --- hmm... I think the VLC issue has been fixed (or at least it works for me) In the other cases your describing the nature of download links.. you have to "right click" on them and "save target as" unless you can send special headers so the browser knows not to try and "view" the item. Something like header("Content-disposition: attachment; filename=$file"); header("Content-type: $filetype"); should work... maybe we could standardize some get parameters that we interpret to let people download the item then javascript could just append that to the url. This may be helpful for very large images in commons as well. In the short term I added "right click" and "save target as" to the download menu item in r51443 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
