smartface.io - File Download Smartface 4.5 -
i have downloaded sample project file upload , download not work file download ios , android. bug still going on relase also? if not share working code picture download sample code?
you can use following codes file download.it works fine me.also, can reach sample codes guides.
var webclientdownload = new smf.net.webclient({ url : "http://services.smartface.io/file/download/javascript.js", httpmethod : "get", autofilesave : true, onsyndicationsuccess : function (e) { alert("downloaded javascript.js"); }, onservererror : function (e) { alert("an error occured"); }, responsehandling : smf.net.responsehandling.forcefile }); function page1_cntdownload_onpressed(e) { webclientdownload.run(); }
Comments
Post a Comment