-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed near end of progress #179
Comments
Hi @Tioecomp ,
please also make sure you are using the |
How can i install the v2.0.7? I tried cordova plugin add cordova-plugin-background-upload@2.0.7 but thats not the right way. I keep getting the 1.1.0 version. |
I tried this: cordova plugin add @spoonconsulting/cordova-plugin-background-upload and i get this error. |
I manage to install the plugin at least it shows at package.json but i'm getting FileTransferManager is not defined after deviceready and I was not getting this error with the version 1.1.0 |
Hello @Tioecomp, Do you have this line in the file where you are using FileTransferManager:
If not, try to add it and build again. Regards, |
I'm trying to use this plugin to send two types of files a .txt and a sqlite.db from my android device, the .txt file uploaded sucessfully but the database keeps failing at´94%.
my debug:
uploading: Database progress: 0% uploading: Database progress: 15% uploading: Database progress: 40% uploading: Database progress: 94% upload: Database has failed
my code:
`var uploader = window.util.UPLOADER;
And If I try to send again the process dont start.
The text was updated successfully, but these errors were encountered: