i am not able to get full path from fileupload control in client site plz help me????? that path show in textbox in fileUpload control
You can't. For security purposes, the browser will never post the full file's path. But you can access it using javascript to access the value of fileupload control before post back than save it to hidden text box control and read it on server side for further processing.
you can have path something like this www. example.com/abc/xyz.doc but you cant get something like this d:/hosting.../abc/xyz.doc