Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FileStream and CSV files

Status
Not open for further replies.

onedizzydevil

Programmer
Mar 24, 2001
103
US
Any of you peoples seen a good example of using FileStream (input) with a CSV file. And either using that as a datasource (cached) or just reading and separating the rows and columns.

Even better would be to take a file from the [inpFile].PostedFile.InputStream and work with and not even have file touch the server? That would be the best so I do not have to worry about decreasing the security.

I have seen examples of both but I can not seem to get them work together.

Thanks



Wayne Sellars

"Programming, today is a race between software developers, striving to build bigger and better idiot-proof programs, and the Universe, trying to produce bigger and better idiots. So far, Universe 1 - Programmers 0."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top