If you are seeing rejected error or file is simply not visible after successful upload, most likely your server has a small limit on uploaded file size. You can check this limit in "admin > settings > uploading" page.
If sizes in settings page are smaller then the file you are trying to upload, you will need to increase those values in php.ini file or contact your hosting provider to do it for you.
If sizes in settings page are smaller then the file you are trying to upload, you will need to increase those values in php.ini file or contact your hosting provider to do it for you.
Values you want to increase in php.ini file are:
- upload_max_filesize
- post_max_size
Comments
0 comments
Article is closed for comments.