Hi there,
I have a form to edit profile in CB, I make a button to go to the form in profile (hack core unfortunately) and it works good on load the user data.
I'm reading the data with a Data Reading Action, but I'm updating with a custom code, because I need some custom functions.
I'm updating everything good, but my problem is the File upload (user avatar). I don't know how to handle it.
I need to give a custom name to the file like "usernameDateTime.jpg" and save it in "images/comprofiler".
How can I do it in php?
Thanks in advance,
BN
I have a form to edit profile in CB, I make a button to go to the form in profile (hack core unfortunately) and it works good on load the user data.
I'm reading the data with a Data Reading Action, but I'm updating with a custom code, because I need some custom functions.
I'm updating everything good, but my problem is the File upload (user avatar). I don't know how to handle it.
I need to give a custom name to the file like "usernameDateTime.jpg" and save it in "images/comprofiler".
How can I do it in php?
Thanks in advance,
BN