Hi,
Here is what I'm trying to achieve: be able to upload large files (1GB) in zip format containing software trial versions (.exe for Windows and .bin for Linux).
I'm using the latest Joomla 3.8.10 and Seblod 3.16 with php 7.1.6 (on MAMP)
Each and every of these criteria (size, archive, archive content) is potentially a problem apparently.
Originally when saving the content type with a large file I was sent back to the Seblod home page. I changed the post_max_size and upload_max_filesize values in my php.ini and now I get "successfully saved" however the file is not saved on the server.
I tried to upload the same file in Media Manager directly and I get an error "You have tried to upload file(s) that are not safe."
I tried with other zip files containing only jpeg files and some of them can be uploaded, some fail with the same error.
I tried to chnage the configuration of Media Manager Restrict Upload to No, allow more file types to no avail.
I'm not sure what to do and if there is even a solution.
I would like to avoid installing another extension. i'm doing an upgrade from 2.5 to 3.8. The goal was to move everything to Seblod and not have to install additional extensions.
Help greatly appreciated.
X