Which database table stores the albums mime types for uploading?
I removed the ability to upload videos into the albums app in UNA 12, but in UNA 13 I can't find the table to remove mp4 mime type from albums uploads. I don't remember where it was.
-
-
·
LeonidS
- ·
Hello @Genesis !
You may run this query in your UNA DB:
UPDATE `sys_objects_storage` SET `ext_deny`='mp4' WHERE `object`='bx_albums_files'
and clear the caches in Dashboard.
-
·
LeonidS
-
- · Genesis
-
·
In reply to LeonidS
- ·
Can I just change this: "{imagevideo}" to this "{image}" to only allow images?
-
-
·
LeonidS
-
·
In reply to Genesis
- ·
Yes, you can.
-
·
LeonidS