hai
string str = Path.GetFullPath(FileUpload1.PostedFile.FileName);
im using the above code ib my application to get the upload file path.
this code is perfectly work in IE
but it dosen't work in Mozilla
in mozilla it get and display path like
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\hhvB4.tmp.jpg
this
but my image path is C:\Documents and Settings\acibre.ACIINDIA\Desktop\hhvB4.tmp.jpg
how can it solve this problem
please share ur ideas