Problems with implementation of chunked upload using ng-file-upload -


i looking solution how implement chunked upload ng-file-upload

i read in documentation can set chunk size

resumechunksize: 10000 or '10kb' or '10mb' 

but have implement following promise:

resumesize: function() {return promise;} 

but there no example, how can implement it.

i googled quite long not able found solution.

i grateful help!


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -