I am using ASP.NET 2.0 and C# in Visual studio 2008 I have a page with file upload control named FileUpload1 , the problem is when I try to get path of selected file using FileUpload1.PostedFile.FileName it returns the full path in Internet Explorer but in firefox it just returns the selected file name...