Selected file:
Source:
<style type="text/css">
#kcfinder_div { display: none; position: absolute; width: 670px; height: 400px; background: #e0dfde; border: 2px solid #3687e2; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; padding: 1px; }
</style> <script type="text/javascript">
function openKCFinder(field) { var div = document.getElementById('kcfinder_div'); if (div.style.display == "block") { div.style.display = 'none'; div.innerHTML = ''; return; } window.KCFinder = { callBack: function(url) { window.KCFinder = null; field.value = url; div.style.display = 'none'; div.innerHTML = ''; } }; div.innerHTML = '<iframe name="kcfinder_iframe" src="/demo/kcfinder/browse.php?type=files&dir=files/public" ' + 'frameborder="0" width="100%" height="100%" marginwidth="0" marginheight="0" scrolling="no" />'; div.style.display = 'block'; }
</script> Selected file: <input type="text" readonly="readonly" value="Click here to browse the server" onclick="openKCFinder(this)" style="width:600px;cursor:pointer" /><br /> <div id="kcfinder_div"></div>