Problem with uploading files

Permalink
Hello,

we've just came across a strange problem with file manager. When we try to upload any file, nothing happens. I've watched the process in Firebug and the multi upload only animates the progress bars but there's no call for any script that would upload a file. Same happens with the one file upload - it just reloads the page with no effect.

There's no error in the Firebug console, concrete5 log or server log file. I've checked the installation, file/directory permission are as they should be, no files are missing.

Does anyone have an idea what might be the cause?

Thanks

 
Steevb replied on at Permalink Reply
Steevb
Could be the 'Allowed File Types' thing.

Sometimes it happens with updating.

Go to > System & Settings - Allowed File Types

'Only files with the following extensions will be allowed. Separate extensions with commas. Periods and spaces will be ignored.'

Make sure all file types you want are in the list.

i.e. flv, jpg, gif, jpeg, ico, docx, xla, png, psd, swf, doc, txt, xls, xlsx, csv, pdf, tiff, rtf, m4a, mov, wmv, mpeg, mpg, wav, 3gp, avi, m4v, mp4, mp3, qt, ppt, pptx, kml, xml

See if that helps.
danaketh replied on at Permalink Reply
Checked. File types are ok, we have even few more there. The problem is that no server-side script is called when I hit the upload button. Progress bars do the animation but there's no call to server at all.