Activities of "Dicky.tech@gmail.com"

Answer

Hi @dicky.tech,

You can use IRemoteStreamContent for file uploading etc. See: https://docs.abp.io/en/abp/latest/Application-Services#working-with-streams

It worked.

Thank you.

Actually my issues was cookies in postman. Antiforgery. Was referencing to local cookie.

Answer

4.3 file management module.

file upload api works on local host after deploying to server it won't work. redirects to home page. all other apis works well.

on the UI I can upload files well

have you tested this ?

Hi @dicky.tech

Yes we have tested and got no problem after deployed to server. Can you share with me some logs?

Hi, I will share logs tomorrow. meanwhile you can share the sample code you've used to upload images via API ?

Answer

4.3 file management module.

file upload api works on local host after deploying to server it won't work. redirects to home page. all other apis works well.

on the UI I can upload files well

have you tested this ?

Answer

Am trying to configure file management module using extensibility system but seems I can't configure file management. I just want to add a new collumn in the file descriptors table.

`public static void ConfigureExtraProperties()
{
    OneTimeRunner.Run(() =>
    {
        ObjectExtensionManager.Instance.Modules()
            .ConfigureFileManagement(identity =>
            {
               `
Answer

Only UseDatabase() is available.

Answer

MVC -- When trying to add questions choises for forms module. The choises don't get saved

No modals. Modals don't offer the best user experience.

See this sample. the line items should support inline editing.

https://bonoroadmin.web.app/vertical-light/page-invoice.html

  1. Can we have an option to generate master pages? * What's your master detail implementation? Something like this:

No, details page is a different page than main page.

I.e Page one , list of invoices and when you select an invoices it opens the details page with invoice header and invoices lines etc. The easycrm sample implements the same well.

This two works well. thank for the great work.

Answer

Question;

After creating a new 4.3 MVC, razor pages project, and added the new forms modules and files management module via abp suite;

  1. How can i enable the default UI for this two modules since I can see the APIs using swagger.
  2. Any sample code for downloading and uploading files via API ?
Showing 81 to 90 of 101 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13