nativescript-background-http icon indicating copy to clipboard operation
nativescript-background-http copied to clipboard

Background Upload plugin for the NativeScript framework

Results 32 nativescript-background-http issues
Sort by recently updated
recently updated
newest added

I want to do loading indicator for file upload. However either i have to use very large files either look for some ways to slow nodejs server because looks like...

## PR Checklist - [X] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting your...

cla: yes

I am meeting with dificulties while using multipartUpload method. I need to send json file to the Google Drive API. I have to use multipart to set metadata to a...

After the application is sent to background and gracefully closed, then restarted, we should be able to recollect information for pending, completed and tasks in progress.

feature

When final response is a Redirection, it should follow the redirect, and then make the completion. Right now, it just hangs and `complete`/`responded` events are never notified. Edit: it actualy...

bug
os: ios

I am getting de responseCode 1 on error. code: global.SendDoc = function(ScanBuffer,ZAsessieid) { var SendDoc = ScanBuffer[0]; console.log( "er zijn " + ScanBuffer.length + " docs to send"); var docsdone...

If i try to use nested Params like this: ``` [{ "name": "form_data[94]", "value": "TEsts" }, { "name": "form_data[100]", "value": "50" }, { "name": "form_data[101][0]", "filename": "/storage/emulated/0/Download/tenor.gif", "mimeType": "image/jpeg" },{...

Hi Team @hdeshev @EmilStoychev @jbristowe @romulowspp @NathanaelA My client app is not hitting API and i didn't get any error both run and compile time error : even i uploading...

### Which platform(s) does your issue occur on? Android ### Please, provide the following version numbers that your issue occurs with: - CLI: 5.4.0 - Runtime(s):5.4.0 - Plugin(s): background-http 3.4.1...

bug
os: android

Steps to reproduce 1. Start the test server - `npm start` 2. Run the test app (`examples/SimpleBackgroundHttp`) in ios 3. Click `erro-up` button **Result:** The upload starts, when it reaches...

bug