-
Notifications
You must be signed in to change notification settings - Fork 10.3k
System.IO.IOException thrown by MultipartReaderStream #3000
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Could you please share the exception message and stacktrace to help us route this? |
From @dvdobrovolskiy on March 25, 2018 14:58 Sure I just noticed one more exception after this. Might be some problem with my data
|
The exception is thrown here: https://github.com/aspnet/HttpAbstractions/blob/87cd79d6fc54bb4abf07c1e380cd7a9498a78612/src/Microsoft.AspNetCore.WebUtilities/MultipartReaderStream.cs#L229 . This belongs to ASP.NET. |
From reading the issue it sounds like the problem is only present in .NET Core 1.0, which is is a Long Term Servicing release. Support requests for that go through Microsoft Product Support. If you're still seeing this issue in a 2.x release, feel free to ping here! |
From @dvdobrovolskiy on March 25, 2018 0:28
Have this code
FileUploadSample
works perfectly well on 2.0 but is I implement it in 1.0 (version 1.1.7) project throws "'System.IO.IOException' in mscorlib.dll" exception.
Here controller
Sorry if I forgot to set temp path somewhere but I am far before reading data to my stream or temp file
Copied from original issue: dotnet/coreclr#17197
The text was updated successfully, but these errors were encountered: