blah blah blah is here! blah blah » Close

0
votes
1 answers

Using a 2nd FileUploader.PostedFile.InputStream is crashing my web application...

[code] StreamReader r = new StreamReader(PreUpload.PostedFile.InputStream); sbPreFile = StripFile(r); MigrationRecord[] AllPreRecords = engine.ReadString(sbPreFile.ToString()) as MigrationRecord[]; ...

Feedback