Viewing 1 replies (of 1 total)
  • You should update your php.ini with:
    * upload_max_filesize = 10M ;
    * post_max_size = 20M ;
    or update your .htaccess with:
    * php_value upload_max_filesize 10M
    * php_value post_max_size 20M
    Hope this work ??

Viewing 1 replies (of 1 total)
  • The topic ‘Upload size’ is closed to new replies.