maliming

Results 526 comments of maliming

hi * Reproduction Code and Steps Thanks

hi What is your method info? Have you added the code below? ```cs Configure(options => { options.ConventionalControllers.FormBodyBindingIgnoredTypes.Add(typeof(UploadFileDto)); }); ```

> Here’s my repo if you’d like to check it: > https://github.com/tson1407/ABP_Learning 404

These parameters(exclude `IRemoteStreamContent`) support all [binding sources](https://learn.microsoft.com/en-us/aspnet/core/mvc/models/model-binding?view=aspnetcore-9.0#sources), and `IRemoteStreamContent` only supports `FromForm` source. Angular proxy can consider passing them to `form fields`. You can change the Angular proxy class generated...

This is not a backend problem, Angular's proxy script generation needs to be improved, you can temporarily change it manually. https://github.com/tson1407/ABP_Learning/blob/main/KAS.BookStore/angular/src/app/proxy/books/book.service.ts#L56-L73

Please feel free to send the request in Postman. I think it will work for `form fields`.

hi Please share a template project to reproduce the problem.

hi @imanov2013 > Prepare a solution with ~20‑25 permission groups and ~400–500 permissions total (typical enterprise setup with multiple modules). I will check the `PermissionAppService`, Can you share your test...