hi everyone,
In my project i'm working on Fileupload control.when i browse a file with IE7 it gives me a full path path of file but when i'm trying in Firefox and Chrome it does not give me a file path.
some says save it to your server or a drive then look from there .so when i delete that file from server. otherwise it will increase my server memory.
Help how to find Full path of the file or it's alternative.
i had tried.
this code till now
fileUpEx.PostedFile.FileName // it works for IE7 not for other browser
Path.GetFullPath(fileUpEx.PostedFile.FileName)// not works
Server.MapPath(fileUpEx.PostedFile.FileName)// not works