Re: user directory from a form

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

this is not a php but javascript. Next time write to a proper forum. You need to transfer the full path into other variable.

<input type="file" onchange="document.getElementById('id_full_path').value=this.value;">
<input type="hidden" name="full_path" id="id_full_path" value="">


OKi98


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux