Show image in Yii VIew

0
Hiển Thị Hình Ảnh Trong Yii2 Backend

Trong controller  thêm vào :
use app\models\UploadForm;
use yii\web\UploadedFile;

Function actionUpdate và Create
Function ActionCreate()

Function ActionUpdate
Trong model khai báo biến $file
và thêm vào : [['file'], 'file', 'skipOnEmpty' => false, 'extensions' => 'png, jpg'],
Model
Trong view chỉ cần thay thế mảng image thành đoạn code sau:
    @web/hinhanh/ : đường dẫn thư mục chứa hình ảnh ,nếu file cấu hình domain của bạn trỏ đến thư mục là backend/web hoặc frontend/web .
reload lai web:
view Index
View chi tiết

Post a Comment

0Comments
Post a Comment (0)