Tell me more ×
ExpressionEngine® Answers is a question and answer site for administrators, end users, developers and designers for ExpressionEngine® CMS. It's 100% free, no registration required.

I'm getting a "No file" error when trying to upload files via the native file manager. You can see the browser uploading the image but then you get the rather unhelpful red error message.

I was able to upload files no problem a few weeks ago and the only thing that's changed since then is upgrading to 2.5.5.

Anyone else had this problem?

share|improve this question
Uploading images via FTP and then synching the file upload directory via the CP works fine. – Tyssen Mar 1 at 2:52

2 Answers

Try turning off the "Apply XSS Filtering to uploaded files?" setting under Admin > Security and Privacy > Security and Sessions.

I've seen that filtering reject uploads with unhelpful error messages before, especially if you're uploading a PDF or non-image.

share|improve this answer

Try reuploading the themes folder from the 2.5.5 install. It's possible there is new JS that didn't get updated.

share|improve this answer
No dice there, but uploading on my local install seems to work fine. – Tyssen Mar 1 at 10:56
Sounds like an issue on the server or your configs. Check paths, check upload directory permissions, make sure temp directory isn't full or having issues, make sure member has permissions set to upload an image. – Anna_MediaGirl Mar 1 at 15:54

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.