Put this code in action file
and $userprofiles_photopath = your photo folder path.
$userprofiles_photopath = $_POST['userprofiles_photopath_hidden'];
if($userprofiles_photopath == '')
{
if($_FILES['userprofiles_photopath']['name'] != '')
{
$userprofiles_photopath = '../userphotos' . '/' ...