Click here to Skip to main content
15,918,976 members

Comments by DevAdam (Top 2 by date)

DevAdam 4-Jun-13 5:24am View    
I can see a possible issue with this:

string folder = @"F:\\iib.co.in\DAL";

and then:

string strFilePath1 = Server.MapPath(folder) + "\\" + fileName;

Try it without the Server.MapPath, as the string you're passing in is already mapped as it were
DevAdam 4-Jun-13 5:10am View    
Can you compile? Need more info