Can some help me how to upload a file from device to that particular folder example i m using folder name 'FILES' using Box module....
can u tell me different properties in Box.Upload function thnx.....
sample :
Box.upload({ destinationFolder: 'FILES', fileURL: file1.nativePath, success: function () { }, error: function (evt) { alert(evt.error); } });