Hi,
I think this duplicate of https://support.abp.io/QA/Questions/2829/File-Management-Upload-on-Physical-folder-and-save-upload-file-information-to-data-base, so, I will close this.
Hi,
You need to manually create the file directory with the current implementation, there is no good way, or you can customize the file management module.
Hi,
We will fix it and your ticket has been refunded
I have tried with IIdentityUserRepository.Update() and IdentityUserAppService.Update() method but i am getting error
What error? can you share the error logs?
Hi, I will check it
HI,
I create an internal issue and will fix it in the next version.
AbpHangfireOptions is just for Hangfire server itself , but it is not including jobs or workers working with this server ?
No, it works with jobs and workers. but I recommend that you always use global configuration.
Hi,
Because the storage configuration with AbpHangfireOptions is only used to create hangfire server
Hi,
Can you try this?
GlobalConfiguration.Configuration
// Use custom connection string
.UseSqlServerStorage(@"Server=.\sqlexpress; Database=Hangfire; Integrated Security=SSPI;");
Hi,
It seems a problem, I will research it.