Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Параметр accept в waHtmlControl()->getFileControl #358

Open
kv0s3r opened this issue Jul 10, 2022 · 0 comments
Open

Параметр accept в waHtmlControl()->getFileControl #358

kv0s3r opened this issue Jul 10, 2022 · 0 comments

Comments

@kv0s3r
Copy link

kv0s3r commented Jul 10, 2022

$control .= self::addCustomParams(array('class', 'style', 'id'), $params);

Добавьте элемент 'accept' в массив
$control .= $this->addCustomParams(array('class', 'style', 'id', 'accept'), $params);
Было бы приятно управлять mime-типами загружаемых файлов

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant