Re: Reg Exp to change c:\dir\dir\pic.jpg to dir/pic.jpg - to upload image path

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

 



now if you must have the local path of your file here's a rough code
to give you an idea using javascript, then just have it php control it
on the server side.

<form action="" method="post" enctype="multipart/form-data" name="form_upload">
	<input type="file" name="file_upload" onChange="javascript:
document.forms[0].file_upload_path.value =
document.forms[0].file_upload.value">
	<input type="text" name="file_upload_path" value="">
</form>

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


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

  Powered by Linux