Приветствую, нужно внести ограничение по размеру файлов в 24 мб в BOOTSTRAP UPLOADS через script на HTML странице $("#selector").fileinput
К сожалению со всеми подсказками я понятия не имею как это сделать...
Есть следующие подсказки:
Уведомление о превышении размера
msgSizeTooLarge
string, the message to be displayed when the file size exceeds maximum size set in maxFileSize. Defaults to:
File "{name}" ({size} KB) exceeds maximum allowed upload size of {maxSize} KB. Please retry your upload!
where:
{name}: will be replaced by the file name being uploaded
{size}: will be replaced by the uploaded file size
{maxSize}: will be replaced by the maxFileSize parameter.
Сама функция ограничения
maxFileSize
float, the maximum file size for upload in KB. If greater than this, a validation error is thrown using the msgSizeTooLarge setting. If set to 0, it means size allowed is unlimited. Defaults to 0.
Помогите пожалуйста!