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
Post a Comment