image_upload?

That indicates that the script is running as directory owner since only the owner has write access. Everyone else only has read and execute access.

If the folder only contains images then execute access should not be required and you could use 644 instead of 755.

1 Like