NativeScript / nativescript-background-http

Background Upload plugin for the NativeScript framework
Apache License 2.0
102 stars 50 forks source link

Implemented Canceling uploads #106

Closed andre-huehn closed 6 years ago

andre-huehn commented 6 years ago

Implemented canceling running uploads

I needed some trickery to get tsc to compile the code. (some casts) I also change the ios implementation to return common.task instead task for that. Please review my changes.

andre-huehn commented 6 years ago

I also added the option to auto delete the file after succesful upload

andre-huehn commented 6 years ago

test and test2 were commits to install from my public fork, i can always undo them later on.

lini commented 6 years ago

Hi and thanks for your work! I have a couple of suggestions that should be addressed before the PR can be merged.

andre-huehn commented 6 years ago

Done undoing the package.json changes and added the WRITE permissions. Looking forward for the next release. :)