hello
this class : system.io.path won't work , i've set every thing right and it was working right , but now i dont know whats going on !
string extention = System.IO.Path.GetExtension(FileUpload1.FileName);
FileUpload1.SaveAs
(System.IO.Path.Combine(physicalFolder, fileName+extention));
it returns empty extention and dosen't save any thing .
could u help me ? thanks alot
