Making a parent directory writable by the server
Here is how to change your folder permissions. Login to your ftp Make your wp-content folder 755 (In most FTP programs, this involves right-clicking -> “Permissions”). 755 is owner: read, write and execute permissions; group: read and execute permissions; others: read and execute permissions. Inside wp-content create a new folder called “uploads”, make it 755 … Read more