Closed Szmycu closed 5 years ago
Hi @Szmycu,
You should be able to use the plugin without sending file. I just ran the demo project removing this line and it uploaded successfully.
Regarding the error you got, could you try deleting your apps' platforms and node_modules folders and build your app again?
I want to send params using this plugin username password as formdata object, without uploading file.
And I got error System.err: TypeError: Cannot set property 'NAMESPACE' of undefined System.err: File: "file:///data/data/org.nativescript.application/files/app/vendor.js, line: 23216, column: 52 System.err: System.err: StackTrace:
Maybe its error caused by file which I do not send. So I have to simulate here sending some file ? Or could I skip files variables and send only params?