أنشطة "Dicky.tech@gmail.com"

إجابة

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.

إجابة

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 ?

إجابة

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 ?

إجابة

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 =>
            {
               `
إجابة

Only UseDatabase() is available.

إجابة

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.

إجابة

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 ?
عرض 81 الي 90 من 101 إدخالات
Made with ❤️ on ABP v8.2.0-preview Updated on مارس 25, 2024, 15:11