ownCloud - does not save uploaded files

Associate
Joined
10 Feb 2010
Posts
13
I set chown

Code:
chown-R apache: apache / home / user / domains / domain / public_html / ownCloud

I set chmod 777 for files. Problem is that when I send a file from my phone or the client, it is not dumped on the server. Using the browser interface is all fine.
 
Does this happen regardless of what network you are on? I've found I have the occasional site where the oc client couldn't sync due to proxy settings.
 
Is your user definitely called apache? Mine is www-data.

If not, it could be PHP or Apache settings limiting your uploads (either size, file type, or just restricting them altogether.
 
Back
Top Bottom