Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

If you plan on uploading large files via Islandora you may want to increase the maximum file size settings in Drupal. You can do this by creating a custom INI file in /etc/php5.d/conf.d with the following settings:

upload_max_filesize = 64M
post_max_size = 100M
memory_limit = 128M

You must then restart Apache using one of the following commands:

/etc/init.d/apache reload
OR
/etc/init.d/httpd restart

...