fileupload control
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
usig the fileupload control i have selected a file and the path of that file s shown in the control. how to get that path of a file ...
What you have to do with the path of the client machine ? as you are going to store it at server
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
usig the fileupload control i have selected a file and the path of that file s shown in the control. how to get that path of a file ...
Actually wat u need .. u need the path of that file or only the filename.. fileUploader1.Filename is for filename filePath = FileUploader1.PostedFile.FileName is for full path
Sarith...