Hello,
I am trying to read data from excel file and copy it to DB at run time for web. First of all Is it possible to do that? Second here is what I have so far and i'm gettting an access denied on file read.
string StrFileType = "";
string StrFileName = "";
StrFileType = File.PostedFile .ContentType;
StrFileName = File.PostedFile .FileName; //.Substring(File .PostedFile.Fil eName.LastIndex Of("\\")...