John
John

Reputation: 45

how to build Multiple File Upload in yii2 for the all types of files?

How to build a post model and controller with Multiple File Upload in yii2 with the all types of files when creating a new post that I can get a Post with slider?

Upvotes: 4

Views: 11198

Answers (1)

gugoan
gugoan

Reputation: 780

For Upload Multiple Files, follow the official tuto: https://github.com/yiisoft/yii2/blob/master/docs/guide/input-file-upload.md

With files in folder, you can use Yii2 Galery or bootstrap\Carousel (in this post).

Upvotes: 3

Related Questions