0
votes
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[]; ...
