-
Notifications
You must be signed in to change notification settings - Fork 191
A NullRefereceException in Blob's UploadFromStreamAsync() Func #517
Comments
I don't see ASP.NET on the call stack. Why do you think this is an ASP.NET bug? Is the stream null? |
@davidfowl |
Did you update the azure sdk? Could it be a bug in there? |
@davidfowl |
I don't know. I'm saying that it doesn't look like an ASP.NET issue. If you copied the stream you get from ASP.NET to disk, does it fail the same way? |
@davidfowl |
Doesn't seem asp.net related |
@davidfowl it seems that IFormFile's stream returns |
@pemari-msft It should be seekable. HttpAbstractions/src/Microsoft.AspNetCore.WebUtilities/FileBufferingReadStream.cs Line 100 in 02363da
|
hello, when i use
IFormFile's file.OpenReadStream() get the stream
then use
in bata8 has no this problem , thank u
The text was updated successfully, but these errors were encountered: