Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

when I click on a file, how can I skip saving it and go straight to running it?

  • 2 respostas
  • 1 tem este problema
  • 2 visualizações
  • Última resposta de Gingerbread Man

more options

Every file I have had to download has made me save the file. How can I get it to just open the file without having it automatically saved somewhere on my hard drive?

Every file I have had to download has made me save the file. How can I get it to just open the file without having it automatically saved somewhere on my hard drive?

Todas as respostas (2)

more options

Well, if the program is not saved, how can the computer run it? I know that Windows Explorer can do this. The file is saved to a temporary folder, ran, then removed. I don't know if Firefox can do that.

Go to the Mozilla Add-ons Web Page (There’s a lot of good stuff here) and look for something that can do this for you.

more options

You can set how you want to handle files globally under Options → General.

You can set what you want to do with particular files types under Options → Applications.

You'll always see a download prompt if the server sends either the Content-Disposition: attachment or the Content-Type: application/octet-stream header. You can either post an example link so someone can check, or you can examine the server response headers yourself using the Web Console.

The workarounds are the InlineDisposition and Force Content-Type add-ons, respectively.

Also note that for security reasons, executable files (.exe, .msi) can't be launched automatically.