image file upload
Hi *,
I can upload media files in CA (1.7.5) as described on https://docs.collectiveaccess.org/wiki/Uploading_Media if they are smaller than 2MB. Trying to upload greater files nothing happens, I can't see any error message. The only parameter for image size I could find is in app.conf:
dont_use_exif_read_data_if_larger_than = 2097152
dont_extract_embedded_media_metdata_when_length_exceeds = 2097152
which I left untouched.
The configuration check says that Gmagick is the active image processor.
Any idea what's wrong here?
Ch. Krempe