Hi, i wanna allow users to change their profile picture on the front end, so im trying to figure it out the steps to do that, for start i create the input that user can choose what picture what to upload, than i pass the file/picture in the controller using the HttpPostedFileBase.Now i should probably save the file/picture physically, and after that create new media for the user using the MediaService. Im just wondering! im i on the right way?, is there any other steps in between?, if anyone had strugle with this and know how the procces to do this, i would appreciate the help.
Upload file/picture
Hi, i wanna allow users to change their profile picture on the front end, so im trying to figure it out the steps to do that, for start i create the input that user can choose what picture what to upload, than i pass the file/picture in the controller using the HttpPostedFileBase.Now i should probably save the file/picture physically, and after that create new media for the user using the MediaService. Im just wondering! im i on the right way?, is there any other steps in between?, if anyone had strugle with this and know how the procces to do this, i would appreciate the help.
is working on a reply...