Get path from file befote upload using form

I have my form:
        <form name="subir_archivo" action="process.php" method="POST" enctype="multipart/form-data">
            <input type="hidden" name="MAX_FILE_SIZE" value="2097152"></input>
            <input type="file" name="archivo"></input>
            <input type="submit" value="Cargar Archivo"></input>
        </form>
HTML:
It is possible to know the file path before to use
move_uploaded_file() for to upload that file?

from PHP http://ift.tt/29AcglZ
via IFTTT
Previous
Next Post »
Thanks for your comment