Activities of "maliming"

hi

I think you can only edit the templates. https://docs.abp.io/en/commercial/latest/abp-suite/editing-templates

hi

You can send files to application services via FormData in Angular.

https://docs.abp.io/en/abp/4.4/Application-Services#working-with-streams https://developer.mozilla.org/en-US/docs/Web/API/FormData https://support.abp.io/QA/Questions/851/Cannot-use-file-upload-feature-in-one-of-our-Angular-component#answer-1ac114d5-8eeb-a5c4-2754-39fa5fc3947b

Your Question Credits is refunded.

hi

I think this is a problem, I will feedback to the Team.

You're welcome.

hi

Can you try to use HTTPS for your app and Angular?

hi

Please discuss at https://support.abp.io/QA/Questions/1809/Abp-Commercial-Nuget-docker--409-Conflict

For Azure, you also need to configure wildcard domain.

Here is my steps:

  1. Open MVC-TIERED project.
  2. RunAcme.BookStore.DbMigrator
  3. Run Acme.BookStore.IdentityServer, Acme.BookStore.HttpApi.Host and Acme.BookStore.Web.

Login in Acme.BookStore.Web and create a tenant.

https://tenant1.web.getabp.net:44303/

Login => https://tenant1.ids.getabp.net:44301/Account/Login/.....

hi

You can remove

Configure<AbpAntiForgeryOptions>(options =>
{
    options.AutoValidate = false;
});

[IgnoreAntiforgeryToken]

No need to validate if antiforgery cookie is not sent. That means the request is sent from a non-browser client.

Please do not carry Cookies when you call the API in POSTMAN.

hi

You can directly use CultureInfo.CurrentCulture and CultureInfo.CurrentUICulture.

https://docs.microsoft.com/en-us/aspnet/core/fundamentals/localization?view=aspnetcore-5.0#localization-middleware

The defaultLanguage is store in settings.

var defaultLanguage = await settingProvider.GetOrNullAsync(LocalizationSettingNames.DefaultLanguage);
Showing 10201 to 10210 of 11542 entries
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.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.