There are a couple of reasons why a file you are trying to upload is failing due to file size restrictions. OpenDocMan has its own maximum file size setting which you can edit in the Admin->Edit Settings page. There may also be a need to re-configure your PHP server in order to accept larger files.
php.ini settings:
upload_max_filesize = 10M
post_max_size = 10M
Posted in: Installation