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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -