Last modified: 2009-06-15 13:42:40 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T21029, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 19029 - Download function doesn't work
Download function doesn't work
Status: CLOSED FIXED
Product: MediaWiki extensions
Classification: Unclassified
MetaVidWiki (Other open bugs)
unspecified
All Windows XP
: Normal major (vote)
: ---
Assigned To: Michael Dale
http://sandbox.kaltura.com/testwiki/i...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-05-31 11:03 UTC by ido.setter@kaltura.com
Modified: 2009-06-15 13:42 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description ido.setter@kaltura.com 2009-05-31 11:03:06 UTC
Download fucntion doesn't work with:

FF 3.0 with VLC - after clicking on download, the link doesn't appear - the video opens in a new tab (it doesn't download but keeps on playing).

FF 3.5b4 with Java - the link appears properly after clicking on download, but after clicking on it the video opens in a new tab and doesn't download.

FF 3.5b4 with VLC -  the link appears properly after clicking on download, but after clicking on it the video opens in a new tab and doesn't download.

FF 3.5b4 with Native - the link appears properly after clicking on download, but after clicking on it the video opens in a new tab and doesn't download.
Comment 1 Michael Dale 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

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links