Mime Inventory

List of all Mime strings mentioned in the code..

ValueCountFile:Line
/" + $(this).data('key'),
            type: "
POST",
            contentType: 'application/json;charset=utf-8',
            data: JSON.stringify(data),
            success: function (data) {
                btn.buttonLoading(false);
                btn.removeAttr('loading');
                Dcat.success(data.message);
                reload && Dcat.reload();
            },
            error: function (a, b, c) {
                btn.buttonLoading(false);
                btn.removeAttr('loading');
                Dcat.handleAjaxError(a, b, c);
            },
        });
    
        return false;
    });
})();
1
  • /src/Grid/Displayers/Checkbox.php
'multipart/form-data'
1
  • /src/Form/Builder.php