I want to send the mail as an attachment from HTML pages to mail server, but whenever I upload any file from HTML page, I\'m not getting its complete address. I\'m just get
I suppose you refer to uploading a file in a HTML form.
The filename you receive may or may not contain the full path, depending on your web browser.
For example, there are differences between uploading from Firefox as opposed to Internet Explorer.