Base solution for your next web application

Activities of "gryphon644"

Hello there, I'm trying to implement a Dropzone UI but I keep seeing this error on my console about DropZone not being defined Here is my jquery code!

I would appreciate it if anyone could help, please.

$(document).ready(function () { Dropzone.autoDiscover = false; $("#kt_dropzonejs_example_1").dropzone({ url: "/App/Lists/UploadDocument/", uploadMultiple: false, paramName: "file", parallelUploads: 1, maxFiles: 1, headers: { "X-XSRF-TOKEN": abp.security.antiForgery.getToken() }, success: function (file, response) { $('#form').append(''); } }); });

Answer

Nice! Thank you

Question

Hi,

When should we expect support for .NET 8?

Gotcha! Thanks

Hi there, What would be the Consts if I was to switch the UI on my project from Metronic to Velzon (Angular)?

It worked after adding .ReverseMap();

Thanks

From what i saw in the CustomDtoMapper i already have the mapping config

Is there any documentation specific to aspnetzero? i'm getting lost with this auto mapping

this is what it shows

Now my scaffolding is done, adding and deleting works fine but when i try to edit it gives me this error

Showing 11 to 20 of 29 entries