Thanks
This worked out thanks
the backend files are saved and ftp file transfer is successful.
Moving forward I am trying to figure out how to import the files downloaded from the wp dashboard. Where can I import the saved files?
Thanks
Hi I have the same issue
Earlier the Error message looked like this: The uploaded file could not be moved to /home/s/subgrj/www/blog2/wp-content.
I traced the problem to wp-admin > includes> file.php I changed the path :
function get_temp_dir() {….
…return ‘/home/s/subgrj/tmp/’;
}
However now the images are uploading but are still not visible in the browser (or in the dashboard)
Help?