|
Posted by irfan.mohammed on 03/02/07 16:48
On Mar 2, 5:30 pm, "McKirahan" <N...@McKirahan.com> wrote:
> <irfan.moham...@gmail.com> wrote in message
>
> news:1172848717.450142.298260@s48g2000cws.googlegroups.com...
>
> > Dear All,
>
> > I am working on php with html form input type file.i want to get the
> > fullpath of my file which i have selected from my computer.
>
> > example :C:\programs\.....
>
> > can anyone help me,
>
> Will this help?
>
> $path = $_SERVER["SCRIPT_FILENAME"];
> $path = substr($path, 0, strrpos($path, "/")+1);
Dear McKirahan,
i need the client side path,not the server.if i choose a file from
desktop it should give the path.
$_FILES only give the filename,i need the full path.
can you help me in this...
Thank you for your help,
Regards
Irfan
Navigation:
[Reply to this message]
|