I am using MODx 1.0.5, and from all appearances I should be able to upload files in the File Manager: the directory I'm uploading to is set to 777 permissions, and it says "Directory writable? Yes." when I navigate to it in the file manager. However, when I select a file and click "Upload file," the page refreshes and no file was uploaded—but no success or error message either.
I'm clueless as to what's going on. Any ideas? Let me know if you need any additional info. Thanks!
Maybe your file is too big for your php limits (see php docs), of course if your file is small like a few KB it is not the case.
No, that is not the case; no files will upload. The thing that mystifies me is that when the page reloads, there is no "Uploading" message at the top, and no notification of either success or failure.
Any other ideas?
have you verified the names of your files, just want ito troubles with files having french acutes caraters and another trouble with files having spaces/blanks in the name.
I solved the problem by changing the names.
Maybe you can try this.
No, these are perfectly normal file names, no spaces or strange characters.