SaveToFileAsync 保存图片超时 #8246
Which class is this unit test associated with?UploadFileExtensions.cs 文件中 while ((bytesRead = await stream.ReadAsync(buffer, token)) > 0) 这行无法执行 异常信息: |
Replies: 6 comments
|
我是和文档一样弄的,我测试过了用官网项目可以正常上传,但是移到我自己的项目就不行了,我不知道为什么 |
builder.Services.Configure<HubOptions>(option => option.MaximumReceiveMessageSize = null); |
MaximumReceiveMessageSize 我配置过 |
上传demo |
我找到原因了,是因为使用了Lamar导致的 |
上传demo