Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

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.
Arquivado

Using Firefox 60.0.1 form submit now not working. Help?

cor-el replied
MornDuNH

Hi - I have a form submission tool that has worked for years - creates a MySQL entry and uploads a file. It is working fine in other browsers, but not FF 60.0.1. It uses flash and js. The files upload fine but the form data is not sent from FF. Any Ideas?

This is a localhost set up.

Hi - I have a form submission tool that has worked for years - creates a MySQL entry and uploads a file. It is working fine in other browsers, but not FF 60.0.1. It uses flash and js. The files upload fine but the form data is not sent from FF. Any Ideas? This is a localhost set up.

Todas as respostas (2)

More info - when using FF 60.0.1 all fields show "NULL" in the datatbase except file name - all fields populated properly in other browsers.

Note that Firefox disables Flash by default for protocols other than HTTP and HTTPS. This is controlled by this pref that you can find on the about:config page.

  • plugins.http_https_only = true

Note thatGoogle has added the .dev domain to the HSTS preload list and thus a secure connection is automatically enforced. The ".dev" domain landed on the HSTS preload list in Firefox 59.0b7 and this means that Firefox will automatically try a secure connection to these TLDs.