Tagged: Drupal

0

File upload size limited to 2M solution!

浏览量: 3 When installing the module L10N_Install-7.x-1.0-beta23-core with Drupal 7.21 The upload_max_filesize = 2m in php.ini is modified to: upload_max_filesize = 10m to solve this problem.