Multi-upload in a single request #993
Open
koenvanderlinden wants to merge 2 commits from
koenvanderlinden/multiupload-singlepost into development
pull from: koenvanderlinden/multiupload-singlepost
merge into: :development
:development
:rqx110/patch-1
:fix-publish-npm
:dependabot/npm_and_yarn/minimatch-3.0.5
:dependabot/npm_and_yarn/decode-uri-component-0.2.2
:dependabot/npm_and_yarn/loader-utils-and-loader-utils-and-angular-devkit/build-angular-and-nrwl/angular-3.2.1
:dependabot/npm_and_yarn/loader-utils-and-loader-utils-and-nrwl/angular-3.2.0
:dependabot/npm_and_yarn/marked-and-markdown-loader-4.1.0
:xCall/development
:yauhenkashko/fail-filter-index
:animalus/allow-params-null
:cagdasoezguer/queuesizelimit
:vmachavolu/development
:gh-pages
:duykhang53/development
:rahil471/development
:gkfirst8/development
:Marc-Hansen/development
:PauloPeres/development
:koenvanderlinden/queuesizelimit
:koenvanderlinden/democodepatch
:koenvanderlinden/add-dwf
:koenvanderlinden/multiupload-singlepost
:mattmcsparran/patch-2
:infinum/feature/filters-as-promise
:ravinderpayal/development
:master
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Feature to upload all files using one multipart request.
Let me know what you think of it.
Codecov Report
23.23% <10.34%> (-0.96%)Continue to review full report at Codecov.
I just had a quick view, not much free time for me right now, but it looks good.
However most people (me included) use this library with AOT so we kind of need to make it work with that.
As a tip, you could use git rebase to squash the commits together.
Maybe @valorkin or @buchslava can provide more assistance.
Thanks for having a look and some tips.
About the AOT. The original sourcecode gave me the same errors, so the changes in this Pull are not the root-cause of my build failing with AOT.
I case someone has some spare time, the --aot param can be added again to see what happens.
When will this get merged?
I was just looking for a way to upload all files individually and I got to this PR finding out that it is the default behaviour, which is what I needed, @koenvanderlinden does you PR consider allowing the use of both approaches? both use cases are valid and it should count for them.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.