Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Previewing mp4 files instead of saving them to PC.

  • 7 Antworten
  • 1 hat dieses Problem
  • 67 Aufrufe
  • Letzte Antwort von ZinD

more options

I want to make it so when I go to a direct link of an mp4 I don't save them I instead just preview them in the browser I have tried changing wmf settings but can't do it.

I want to make it so when I go to a direct link of an mp4 I don't save them I instead just preview them in the browser I have tried changing wmf settings but can't do it.

Ausgewählte Lösung

Looked further into the "content-disposition" thing and found this addon which pretty much achieves what I wanted if anyone else was wondering.

https://addons.mozilla.org/en-US/firefox/addon/rewrite-content-disposition/

Diese Antwort im Kontext lesen 👍 0

Alle Antworten (7)

more options

what is the site and the link used? How the sites configures will determine how the browser works.

more options

It was a mediafire link directly to an mp4 file but surely there must be a way to force it to not download as browsers that don't support saving files work this way.

more options

So no one else can view this site?

more options
more options

Couldn't figure anything out with that extension. Link in particular however...

http://www.mediafire.com/file/67mcus42e3uk4ee/__SUP_YALL_2_%2528Music_Video%2529__.mp4/file

more options

This file is send as: Content-Disposition: attachment; filename="samplevideo.mp4"


You can paste this code in the location bar to view the video in Firefox

data:text/html,<video src="http://download1321.mediafire.com/uv88ybkiz8bg/67mcus42e3uk4ee/samplevideo.mp4" controls>

Geändert am von cor-el

more options

Ausgewählte Lösung

Looked further into the "content-disposition" thing and found this addon which pretty much achieves what I wanted if anyone else was wondering.

https://addons.mozilla.org/en-US/firefox/addon/rewrite-content-disposition/