The html5 tag has no wiki summary.
4
votes
2answers
732 views
sharepoint 2013 rest api upload image
I want to upload image or create image in Sharepoint 2013 document library using rest api (Javascript)
my code to get bite array from input type file element is
var reader = new FileReader();
...
2
votes
1answer
531 views
JS Web Worker and SP.JS - Type is not defined
I'm experimenting with using CSOM and Web Workers as many of my users use Chrome and FireFox. Currently I am importing SP.js and SP.Core.js
importScripts("../SP.js", "../SP.Core.js");
What other ...
2
votes
2answers
94 views
HTML placeholder attribute is not a valid attribute
On SharePoint application page I am using placeholder in like this:
<input type="text" id="name" name="name" placeholder="your name" />
But placeholder is underlined and says: Validation ...
0
votes
0answers
26 views
i got error when i run my Android application? [closed]
i build an android app using PhoneGap cordova 2.1.0 when i get the apk on my device and after install on executing i get this error msg "there was a network error ...