I am so frustrated. I have been trying to fix this nasty bug since yesterday but there is no progress. I wonder what am I doing wrong.
This is what I want to do.
After the user submits the form which has enctype of "multipart/form-data"
I want to grab the image that he has uploaded, put that into my MinIO database ( really similar to AWS S3 ) and then generate a link that will be the user's profile link. The link generates properly but I can't find a method to save it to the Account.pictureUrl
value. Your help will be highly appreciated. Thank you!
THE CODE HAS BEEN REMOVED DUE TO PRIVACY CONCERNS