Activities of "maliming"

You can also copy code of PR to your project then you can use FormData .

hi

The abp-translation.json file has been sent to your email.

You need to pass the file in the request body before v4.3.

example:

var settings = {
  "url": "https://localhost:44362/api/upload-file",
  "method": "POST",
  "headers": {
    "Content-Type": "image/png"
  },
   "data": "<file contents here>"
};

$.ajax(settings).done(function (response) {
  console.log(response);
});

You can use FormData after v4.3. https://github.com/abpframework/abp/pull/8302

hi dev02

What is your angular code that call this method?

hi coeusli

You should use IRemoteStreamContent in app service. Then follow https://github.com/abpframework/abp/issues/6384#issuecomment-739245736

I think the problem not related to abp suite. You can always use suite in cmd.

hi

Can you try to press Ctrl+C multiple times?

I can't reproduce the problem.

hi

The email confirmation page will show when you log out and log in again, I will fix this problem in rc3.

hi

I think suite doesn't support that relationship for now.

https://docs.abp.io/en/commercial/latest/abp-suite/generating-crud-page#navigation-properties

hi willignicolas

I can share the French translation of all modules with you, and add it to the next version after you translate it.

https://docs.abp.io/en/abp/latest/CLI#translate

Showing 11551 to 11560 of 12107 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.3.0-preview. Updated on March 09, 2026, 08:51
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.