当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

File uploads using jQuery with jquery.fileupload.js fails in Firefox over SSL

  • 5 件の返信
  • 1 人がこの問題に困っています
  • 7 回表示
  • 最後の返信者: kyle.grovers

more options
Please see the link below where I originally posted the question. http://stackoverflow.com/questions/27792614/file-uploads-using-jquery-with-jquery-fileupload-js-fails-in-firefox-over-ssl

すべての返信 (5)

more options

You mentioned: Searching through the jqXHR, you find the error: "Uploaded bytes exceed file size"

Maybe there is an issue with the computation of the file size, that somehow you get different results in Firefox than in the other browsers. Is that built-in to the function or does your code do the computation?

more options
more options

Thanks. In my estimation that is exactly the issue. But that doesn't help with a resolution.

The actual file size: 945,991 bytes

If Firefox is miscalculating the length (in Safari/Chrome 945991 and 946241 in Firefox), then Firefox is reporting erroneously and should be raised as a bug in Firefox, would you agree?

この投稿は kyle.grovers により に変更されました

more options

That seems like a big discrepancy. But I haven't looked in the script to see how it is computed. I suggest filing it as an issue with Blueimp to see whether they are aware of it and either have a solution or have filed a bug with Mozilla themselves.

more options

Sorry, the length from Mozilla is: 946241. Still... it is way off.

I will do what you say re: posting this as an issue with Blueimp.

I have posted it here: https://groups.google.com/forum/#!topic/jquery-fileupload/8ufWGnX3MSA

この投稿は kyle.grovers により に変更されました