OJS - Error message on upload No file uploaded or invalid file type!

This message has two common causes:

  • Uploads are failing entirely. Check to ensure that your PHP configuration permits uploads.
  • The upload is succeeding, but the software is having trouble ensuring that it’s the right type of file.

If the above settings are okay then you should be checking the disabled functions in PHP and make sure chmod() function is allowed at your server. It is an undocumented solution when everything else fails.

Was this answer helpful? 2 Users Found This Useful (3 Votes)