We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
kartik-v/yii2-widget-fileinput it was working well before updating and requiering for "yiisoft/yii2-bootstrap4": "@dev"
now it's does not showing the initial image .. update senario
also i cannot install "yiisoft/yii2-bootstrap4": "@dev" using composer >> it's say you cannot install this
how to show initial image...
this is my code ...
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
kartik-v/yii2-widget-fileinput it was working well before updating and requiering for "yiisoft/yii2-bootstrap4": "@dev"
now it's does not showing the initial image .. update senario
also i cannot install "yiisoft/yii2-bootstrap4": "@dev" using composer >> it's say you cannot install this
how to show initial image...
field($model, 'myfile')->widget(FileInput::classname(), [ 'options' => [ 'accept' => 'image/*', 'multiple' => false, // 'disabled' => true ], 'pluginOptions' => [ 'initialPreview' => [ $priv, // Url::to('@front-end-imgs/' . $model->slider_image, true) ], 'initialPreviewAsData' => true, 'overwriteInitial' => true, 'showUpload' => true, 'browseLabel' => '', 'removeLabel' => '', 'cancelLabel' => '', 'mainClass' => '', ], ]) ?>this is my code ...
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: