Anserwer
Question No-1
First of all Go to xampp server file open php folder then open php.ini file then changes
1- post_max_size = Here increase this size. example 100M or 200M etc.
2- upload_max_filesize = Here increase this size. example 100M or 200M etc.
Question No-2
Go to drupal folder -> sites->all->Modules->ckeditor->ckfinder then open config.php then changes.
1-
$config['ResourcesType'][]=Array(
'name'=>'Files',
'url' => '',
'maxSize' => "it is increase this size", ex. 100M or 200M etc.
2-
$config['ResourcesType'][]=Array(
'name'=>'Images',
'url' => '',
'maxSize' => "it is increase this size", ex. 100M or 200M etc.
Question No-1
First of all Go to xampp server file open php folder then open php.ini file then changes
1- post_max_size = Here increase this size. example 100M or 200M etc.
2- upload_max_filesize = Here increase this size. example 100M or 200M etc.
Question No-2
Go to drupal folder -> sites->all->Modules->ckeditor->ckfinder then open config.php then changes.
1-
$config['ResourcesType'][]=Array(
'name'=>'Files',
'url' => '',
'maxSize' => "it is increase this size", ex. 100M or 200M etc.
2-
$config['ResourcesType'][]=Array(
'name'=>'Images',
'url' => '',
'maxSize' => "it is increase this size", ex. 100M or 200M etc.
No comments:
Post a Comment