onedizzydevil
Programmer
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."
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."