Can't upload any file - PUT is forbidden (Owncloud 10.0.8)

If your issue has to do with PUT, try to add this at the end of .htaccess:

<Limit GET POST PUT DELETE>
Allow from all
</Limit>

2 Likes