@KevinTheJedi I moved the php entry to the bottom of my HTAccess and copied the htaccess over again yesterday... And unexpectedly the copy and pasting of pictures is working today...
I assume its relating mod security which i turned off for this folder in server already... So it shouldn't have made a difference?
This is whats in htaccess now:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule .*$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
php_value cgi.fix_pathinfo 1