I use a plugin to publish the news, the local upload image is possible, but hanging to the server is not, prompted to upload directory without write permission.
Reply to discussion (solution)
Then change the authority.
Chmod-r 755 Path
This occurs because Apache user Www-data does not have write access to the folder, and can use the following statement to see who the owner and group users are and to view permissions.
'; Echo ' group: '. $group [' name ']. '
'; Echo ' perms: '. substr (sprintf ('%o ', Fileperms ($folder)),-4);? >
If you do not have permission to modify the Linux command first, but may require administrator action
Chown Www-data:www-data Folder//modify Owner
chmod 0755 Folder/Modify Permissions
Yes, Linux server folder does not have write permission
Landlord, if you have the code in the creation of the folder, you only need to set the permissions at the time of creation to 755