Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これは主にすべての IE および Opera ブラウザに影響し、FF、Chrome、および Safari は影響を受けません。
ダウンロードポップアップを無効にするにはどうすればよいですか?
TA
問題解決: 正しい PHP ヘッダーを使用する必要がありました。
以前使用されていた: header('content-type: application/json; charset=utf-8') - ダウンロード ダイアログを生成しました。新たに使用: header('content-type: text/html; charset=utf-8') - ダウンロード ダイアログなし
わーい