passing file URL from form to php page
Posted: Wed Jan 18, 2012 4:29 pm
Hello,
I need to pass a file URL to a php page. I have in the php page but it is giving me only file name. How to pass complete URL to a page?
Thanks
I need to pass a file URL to a php page. I have
Code: Select all
$file = $_POST['file'];Thanks