Answers for "access full_path of upload->data() in php"

PHP
0

how to get full path of uploaded file in php

<script>
  var file=document.getElementById('IdOfFileInputControl').value
  alert(file)
</script>
Posted by: Guest on April-08-2021

Browse Popular Code Answers by Language