BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<script type="text/javascript">
$(function () {
$("#fileExplorer").ejFileExplorer({
//Path of the folder that you want to view in FileExplorer.
path: "ftp://193.162.51.33/",
//Path of file handling operation method
ajaxAction: "http://localhost:51460/FileExplorer/FileOperation/doJSONAction"
});
})
</script> |