Re: [PHP-DB] user directory from a form

2006-10-02 Thread OKi98
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. onchange="document.getElementById('id_full_path').value=this.value;"> OKi98

Re: [PHP-DB] user directory from a form

2006-10-01 Thread Stut
Neil Jackson wrote: > I would like to extract the path from the users machine. Assuming I'm understanding you correctly, you can't do that. The location of a file uploaded via HTTP is not available - you cannot get it since it doesn't get sent with the file, only the filename itself is sent. -Stu

Re: [PHP-DB] user directory from a form

2006-10-01 Thread Niel Archer
Hi > I would like to extract the path from the users machine Yes, I got that, but you still haven't explained whether you're just not getting the path or don't know how to isolate it Niel -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] user directory from a form

2006-10-01 Thread Neil Jackson
I would like to extract the path from the users machine. Niel Archer wrote: Hi I apologise for using this mailing list but I cannot find another. A listing can be found at http://lists.php.net/ Failing finding one more specific, the list to use would be php-general. I pass this

Re: [PHP-DB] user directory from a form

2006-10-01 Thread Bastien Koert
the real question is why is the path relevant to the data being collected/uploaded? Bastien From: Niel Archer <[EMAIL PROTECTED]> Reply-To: php-db@lists.php.net To: php-db@lists.php.net Subject: Re: [PHP-DB] user directory from a form Date: Sun, 01 Oct 2006 19:07:21 +0100 Hi > I

Re: [PHP-DB] user directory from a form

2006-10-01 Thread Niel Archer
Hi > I apologise for using this mailing list but I cannot find another. A listing can be found at http://lists.php.net/ Failing finding one more specific, the list to use would be php-general. > I pass this to another file. I am trying to read the directory that the > users file is in. ie "/sr

[PHP-DB] user directory from a form

2006-10-01 Thread Neil Jackson
I apologise for using this mailing list but I cannot find another. I have a form echo ""; echo ""; echo "News Letter"; echo ""; echo ""; echo ""; echo "Subject"; echo ""; echo ""; echo ""; echo "File name (Any attachment)"; echo ""; echo ""; I pass this to an