how to get uploaded file path in php code example
Example: how to get full path of uploaded file in php
<script>
var file=document.getElementById('IdOfFileInputControl').value
alert(file)
</script>
<script>
var file=document.getElementById('IdOfFileInputControl').value
alert(file)
</script>