Multi-upload in a single request #993
Reference in New Issue
Block a user
Delete Branch "koenvanderlinden/multiupload-singlepost"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.