sets the path to the server-side script
url | string | path to the server-side script |
// on init state
var myFileSelector = new dhtmlXFileSelector({
url: "server/data.php"
});
// using method
myFileSelector.setURL("server/data.php");
Back to top