Saturday, 15 May 2010

Cordova Windows Phone 8.1 upload file -



Cordova Windows Phone 8.1 upload file -

i'm writing application windows phone 8.1 , have problem. configured cordova , angularjs windows phone not work upload files using html tag.

i have in index.html:

class="lang-html prettyprint-override"><body ng-app="sample-app" ng-csp ng-controller="appcontroller" ng-file-drop="filesdropped($files)"> <h1>sample</h1> <small>{{model}}</small> <button ng-click="onclick()">scan</button> <br><br> <input type="file" multiple ng-file-select="filesdropped($files)">

the problem button upload doesn't work. in addiction html tag works on ios , android.

is there sensible solution?

thanks!

windows phone webview not back upwards feature. 1 alternative intercept change event of input, phone call cordova file picker illustrated here: http://stackoverflow.com/a/15872242/1104494

cordova windows-phone-8 windows-phone-8.1

No comments:

Post a Comment