使用nginx服务器时,长度可计算返回false

时间:2018-09-20 11:46:59

标签: javascript nginx ionic-framework addeventlistener

我认为当我们使用nginx服务器时,javascript方法lengthComputable总是返回false。是否有解决此问题的解决方案?或者我需要任何其他方法来更改以下方法。谢谢

function updateProgress(oEvent) {
  if (oEvent.lengthComputable) {
    if (!size) {
      size = oEvent.total;
    }
  }
}

0 个答案:

没有答案