antosubash / blog-comments

MIT License
0 stars 0 forks source link

posts/abp-extend-user-entity-with-profile-picture #24

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Add profile picture to User Entity in ABP app using BlobStore and Minio. Part 6

In this post we will implement the profile picture upload for the ABP app using BlobStore and Minio.

https://blog.antosubash.com/posts/abp-extend-user-entity-with-profile-picture

aelhadi commented 1 year ago

Hello,

If you user the endpoint my-profile to update the user profile, the ProfilePictureId will be null because the extaproperties are not present in UpdateProfileDto.

do you have any solution for this issue?

Best Regards

antosubash commented 1 year ago

I think you have to write your custom profile endpoint.

giathanhit commented 10 months ago

Hi, I'm using File Management Module to get Upload and Add to Database methods in another page and I am also using ExtraProperties to add DocId and Url properties to FMFileDescriptor table. How can I use the .razor page to assign the Id of the currently open page to the DocId property and the page path to the Url on the page I'm using?

Best Regards,