You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the configuration of the media module, I added the 'json' type to the 'allowed-type'. Unfortunately, the * .jon files won't be uploaded anyway. Returns an error about an illegal file extension.
In the configuration of the media module, I added the 'json' type to the 'allowed-type'. Unfortunately, the * .jon files won't be uploaded anyway. Returns an error about an illegal file extension.
yes you need to add it to allowed-types.
Also be carefoul you have the same config file in Module/Media/Config and in Laravel config/asgard/media and the last one have priority
In the configuration of the media module, I added the 'json' type to the 'allowed-type'. Unfortunately, the * .jon files won't be uploaded anyway. Returns an error about an illegal file extension.
How should I define this type of file?
'allowed-types' => '.mp4,.jpg,.png,.pdf,.jpeg,.svg,.xml',
The text was updated successfully, but these errors were encountered: