Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 228595

$cordovaFileTransfer and session id (jsessionid)

$
0
0

hi try this

 var Options = {
       params:{
             session_id:######,
             param2:#####
       },
       headers:{
              'AUTH':######
        },
 };

$cordovaFileTransfer.upload(URL,DATA, Options)
    .then(function(result) {
          // success
    }, function(err) {
          // Error
    }, function (progress) {
          // constant progress updates
  });

Viewing all articles
Browse latest Browse all 228595

Trending Articles