angularjs - resumeChunkSize option -


i tried use resumechunksize option. example,

upload.upload({     url: 'myurl',     data: {         file: file     }     ,resumechunksize: '10mb' 

found out causes ng-file-upload repeatedly upload same chunk if file smaller chunk. correct server response prevent or bug? reproduced taking fiddle 'drop , upload' , adding above resumechunksize option it


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -