Cannot add incoming file with custom extension

Permalink 1 user found helpful
I have moved a file under files/incoming. Then I can go to file manager, select "add incoming". The file shows up. But it does not have a checkbox, and I cannot select it for importing.

The extension of the file is ".sditemplate". I know that it is a custom/unknown file extension, but this is exactly what I want to add! I want my users to be able to download this binary file.

How can I add it?

Note: uploading with HTTP POST is not an option, because this file is bigger than upload_max_filesize. And I'm not allowed to change that setting.

I have attached a screenshot about the problem. (Although the user interface is in Hungarian, it should be obvious to see the problem there.)

1 Attachment

 
TheRealSean replied on at Permalink Best Answer Reply
TheRealSean
Try adding it to the allowed file types list

/index.php/dashboard/system/permissions/file_types/
nagylzs replied on at Permalink Reply
Thanks you, it works