memory stream question

W

WebBuilder451

i have an aspx page with

fu1.SaveAs(@"c:\websites\outlookImportTest\website\Files\uploaded.csv");
Response.Write(fu1.FileContent.Length.ToString());
String[] str =
File.ReadAllLines(@"c:\websites\outlookImportTest\website\Files\uploaded.csv");

i'd like to avoide writting the file to HD if possible. I can move the file
into a byte array , but this is real slow on execution, much slower than
saving the uploaded file then reading it by line.

Is there a way to move the uploaded file into memory then read it by line as
above?

Thanks
KES
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,156
Messages
2,570,878
Members
47,408
Latest member
AlenaRay88

Latest Threads

Top