Saving account settings...
Jamroom Developers
Usually that's taken care of automatically, but from a modal view it might not be. Checkout the function jrCore_save_all_media_files() and
if (jrCore_is_uploaded_media_file('jrProfile', 'profile_image', $pid)) {
jrCore_save_media_file('jrProfile', 'profile_image', $pid, $pid, null, null);
}