I have a file containing a column of numbers that I wish to read into a string. The file, however, is not being imported using a location on my hard disk, rather it's being uploaded via a FileUpload control.
I was wondering if there is a way I could read in the text from this file. I've looked into StreamReader, but that requires I have a string that's the path name of the file.
Is there another way around this?
Thanks :)