Hi,
Well Safe mode is totally obsolete anyways, but you can try another way:
1.- Create a folder "mytmp" in oc-content/uploads with 755 permissions set.
2.- Add this line at the end of your config.php:
ini_set('upload_tmp_dir', CONTENT_PATH . 'uploads/mytmp/');
Regards