hi
i want the fullpath of the file to be upload.
(e.g) we are using FILE to upload files.
in that we can get only the file name(sample.txt ) using $_FILE['userfile']['name'];
but i want the real path of the file also (e.g C:\Program Files\Sample.tx t")
i want the fullpath of the file to be upload.
(e.g) we are using FILE to upload files.
in that we can get only the file name(sample.txt ) using $_FILE['userfile']['name'];
but i want the real path of the file also (e.g C:\Program Files\Sample.tx t")
Comment