NativeScript / nativescript-background-http

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

Access Server Response After Upload Completed #268

Open mrzanirato opened 3 years ago

mrzanirato commented 3 years ago

Hello,

In my Nativescript + Angular app I need to upload a profile pic to the backend server ( done ) and save the server response ( pic URL ) to the user session

How can I access the server response outside the task respondedHandler ?

Thanks

Marco