Open Closed

filemanagement cannot upload file #4353


User avatar
0
lizhaofeng created
  • ABP Framework version: v7.0.0
  • UI type: Blazor Service
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
  1. Choose file
  2. after 30 sec was System.TimeoutException

This error also occurs Blazorise FileEdit component


3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Please refer to https://github.com/dotnet/aspnetcore/issues/38842#issuecomment-1342540950

    This seems a aspnetcore problem.

  • User Avatar
    0
    lizhaofeng created

    hi

    Please refer to https://github.com/dotnet/aspnetcore/issues/38842#issuecomment-1342540950

    This seems a aspnetcore problem.

    hi maliming ,

    It will be OK if I add following statements. This is a change of net7blazor service. I suggest that DisableImplicitFromServicesParameters = true,or explain it in the doc.

    context.Services .AddServerSideBlazor() .AddHubOptions(opt => { opt.DisableImplicitFromServicesParameters = true; });

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Great

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 01, 2025, 08:37